Author: ramkumar
Date: Thu Oct 1 06:24:51 2009
New Revision: 820545
URL: http://svn.apache.org/viewvc?rev=820545&view=rev
Log:
Fixes for MultipleContextTestCase failure for FileNotFoundException
Modified:
tuscany/java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml
Modified: tuscany/java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml?rev=820545&r1=820544&r2=820545&view=diff
==============================================================================
--- tuscany/java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml
(original)
+++ tuscany/java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml
Thu Oct 1 06:24:51 2009
@@ -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>
|