summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-10-01 06:24:51 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-10-01 06:24:51 +0000
commit4407ac9b71d54751bdca1a90ecb87a297f94f8e5 (patch)
treefed968ef2b6834bfb4fca54a4fdefa62d6556958 /java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml
parentdb62f8782dcc5a566a4aec22f1ab89f9b24e85e0 (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 '')
-rw-r--r--java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml2
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>