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>


Reply via email to