You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ra...@apache.org on 2009/10/01 08:24:51 UTC

svn commit: r820545 - /tuscany/java/sca/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml

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>