Author: dandiep
Date: Fri Feb  9 12:00:13 2007
New Revision: 505469

URL: http://svn.apache.org/viewvc?view=rev&rev=505469
Log:
Fix failing unit test.

Modified:
    
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/spring.xml

Modified: 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/spring.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/spring.xml?view=diff&rev=505469&r1=505468&r2=505469
==============================================================================
--- 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/spring.xml
 (original)
+++ 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/spring.xml
 Fri Feb  9 12:00:13 2007
@@ -37,7 +37,5 @@
     <property name="address" value="http://localhost/services/Greeter"/>
     <property name="bus" ref="cxf"/>
   </bean>
-  
-  <jaxws:endpoint id="greeter" 
class="org.apache.hello_world_soap_http.GreeterImpl"/>
 
 </beans>


Reply via email to