Author: eglynn
Date: Tue May 15 03:53:23 2007
New Revision: 538131

URL: http://svn.apache.org/viewvc?view=rev&rev=538131
Log:
Reverting more unnecessary changes to WS-A system test config. 


Modified:
    
incubator/cxf/branches/headerwork/systests/src/test/java/org/apache/cxf/systest/ws/addressing/cxf.xml

Modified: 
incubator/cxf/branches/headerwork/systests/src/test/java/org/apache/cxf/systest/ws/addressing/cxf.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/branches/headerwork/systests/src/test/java/org/apache/cxf/systest/ws/addressing/cxf.xml?view=diff&rev=538131&r1=538130&r2=538131
==============================================================================
--- 
incubator/cxf/branches/headerwork/systests/src/test/java/org/apache/cxf/systest/ws/addressing/cxf.xml
 (original)
+++ 
incubator/cxf/branches/headerwork/systests/src/test/java/org/apache/cxf/systest/ws/addressing/cxf.xml
 Tue May 15 03:53:23 2007
@@ -19,26 +19,15 @@
 -->
 <beans xmlns="http://www.springframework.org/schema/beans";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xmlns:jaxws="http://cxf.apache.org/jaxws";
        xmlns:http="http://cxf.apache.org/transports/http/configuration";
        xsi:schemaLocation="
 http://cxf.apache.org/transports/http/configuration 
http://cxf.apache.org/schema/transports/http.xsd
 http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd";>
   
     <http:conduit 
id="{http://apache.org/hello_world_soap_http}SoapPort.http-conduit";>
-      <http:client 
DecoupledEndpoint="http://localhost:9999/decoupled_endpoint";  
ReceiveTimeout="0" ConnectionTimeout="0"/>
+      <http:client 
DecoupledEndpoint="http://localhost:9999/decoupled_endpoint"/>
     </http:conduit>
-     <http:destination 
id="{http://apache.org/hello_world_soap_http}SoapPort.http-destination";>
-          <http:server ReceiveTimeout="0"/>
-       </http:destination>
-       <jaxws:client id="{http://apache.org/hello_world_soap_http}SoapPort";
-                  createdFromAPI="true">
-                <jaxws:features>
-          <bean class="org.apache.cxf.feature.LoggingFeature"/>
-        </jaxws:features>
-       </jaxws:client>
-    
-    
     
     <import resource="wsa_interceptors.xml"/>
 </beans>
+


Reply via email to