You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/04/11 19:37:29 UTC

svn commit: r932947 - /axis/axis2/java/core/scratch/java/veithen/spring/axis2-spring-core/src/test/resources/context.xml

Author: veithen
Date: Sun Apr 11 17:37:29 2010
New Revision: 932947

URL: http://svn.apache.org/viewvc?rev=932947&view=rev
Log:
Fixed a class reference broken by the refactoring in r929196.

Modified:
    axis/axis2/java/core/scratch/java/veithen/spring/axis2-spring-core/src/test/resources/context.xml

Modified: axis/axis2/java/core/scratch/java/veithen/spring/axis2-spring-core/src/test/resources/context.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/scratch/java/veithen/spring/axis2-spring-core/src/test/resources/context.xml?rev=932947&r1=932946&r2=932947&view=diff
==============================================================================
--- axis/axis2/java/core/scratch/java/veithen/spring/axis2-spring-core/src/test/resources/context.xml (original)
+++ axis/axis2/java/core/scratch/java/veithen/spring/axis2-spring-core/src/test/resources/context.xml Sun Apr 11 17:37:29 2010
@@ -32,5 +32,5 @@
     </transportSender>
     <listenerManager/>
     <pojoService bean="weatherService"/>
-    <beans:bean id="weatherService" class="org.apache.axis2.spring.WeatherSpringService"/>
+    <beans:bean id="weatherService" class="org.apache.axis2.spring.service.WeatherSpringService"/>
 </beans:beans>