You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2007/02/09 21:00:13 UTC

svn commit: r505469 - /incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/spring.xml

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>