diff options
author | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-01 06:24:51 +0000 |
---|---|---|
committer | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-01 06:24:51 +0000 |
commit | 4407ac9b71d54751bdca1a90ecb87a297f94f8e5 (patch) | |
tree | fed968ef2b6834bfb4fca54a4fdefa62d6556958 /java/sca | |
parent | db62f8782dcc5a566a4aec22f1ab89f9b24e85e0 (diff) |
Fixes for MultipleContextTestCase failure for FileNotFoundException
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820545 13f79535-47bb-0310-9956-ffa450edef68
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> |