diff options
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml b/java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml index 5ccc8892b6..dcc88f6770 100644 --- a/java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml +++ b/java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml @@ -27,7 +27,7 @@ <bean id="beanRefFactory" class="org.springframework.context.support.ClassPathXmlApplicationContext"> <constructor-arg> <list> - <value>context/multiple/META-INF/spring/SpringHelloWorld-context.xml</value> + <value>context/multiple/springapp/META-INF/spring/SpringHelloWorld-context.xml</value> </list> </constructor-arg> </bean> |