Author: ningjiang
Date: Fri Oct 21 04:43:20 2011
New Revision: 1187180

URL: http://svn.apache.org/viewvc?rev=1187180&view=rev
Log:
Polish the cxf configure files of camel-itests

Modified:
    
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/MulticastCxfTest-context.xml
    
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/RecipientListCxf2Test-context.xml
    
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/RecipientListCxfTest-context.xml

Modified: 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/MulticastCxfTest-context.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/MulticastCxfTest-context.xml?rev=1187180&r1=1187179&r2=1187180&view=diff
==============================================================================
--- 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/MulticastCxfTest-context.xml
 (original)
+++ 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/MulticastCxfTest-context.xml
 Fri Oct 21 04:43:20 2011
@@ -25,8 +25,6 @@
     ">
 
   <import resource="classpath:META-INF/cxf/cxf.xml"/>
-  <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/>
-  <import resource="classpath:META-INF/cxf/cxf-extension-http-jetty.xml"/>
 
   <cxf:cxfEndpoint id="serviceEndpoint" 
address="http://localhost:9000/SoapContext/SoapPort";
                    wsdlURL="wsdl/hello_world.wsdl"
@@ -34,9 +32,6 @@
                    endpointName="s:SoapOverHttp"
                    serviceName="s:SOAPService"
                    xmlns:s="http://apache.org/hello_world_soap_http";>
-    <cxf:properties>
-      <entry key="setDefaultBus" value="false"/>
-    </cxf:properties>
   </cxf:cxfEndpoint>
 
   <cxf:cxfEndpoint id="serviceEndpoint2" 
address="http://localhost:9001/SoapContext/SoapPort";
@@ -45,9 +40,6 @@
                    endpointName="s:SoapOverHttp"
                    serviceName="s:SOAPService"
                    xmlns:s="http://apache.org/hello_world_soap_http";>
-    <cxf:properties>
-      <entry key="setDefaultBus" value="false"/>
-    </cxf:properties>
   </cxf:cxfEndpoint>
 
   <camelContext xmlns="http://camel.apache.org/schema/spring";>

Modified: 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/RecipientListCxf2Test-context.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/RecipientListCxf2Test-context.xml?rev=1187180&r1=1187179&r2=1187180&view=diff
==============================================================================
--- 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/RecipientListCxf2Test-context.xml
 (original)
+++ 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/RecipientListCxf2Test-context.xml
 Fri Oct 21 04:43:20 2011
@@ -25,8 +25,6 @@
     ">
 
   <import resource="classpath:META-INF/cxf/cxf.xml"/>
-  <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/>
-  <import resource="classpath:META-INF/cxf/cxf-extension-http-jetty.xml"/>
 
   <!-- to use from client -->
   <cxf:cxfEndpoint id="clientEndpoint"
@@ -35,9 +33,6 @@
                    endpointName="s:SoapOverHttp"
                    serviceName="s:SOAPService"
                    xmlns:s="http://apache.org/hello_world_soap_http";>
-    <cxf:properties>
-      <entry key="setDefaultBus" value="false"/>
-    </cxf:properties>
   </cxf:cxfEndpoint>
 
   <cxf:cxfEndpoint id="serviceEndpoint" 
address="http://localhost:9002/SoapContext/SoapPort";
@@ -46,9 +41,6 @@
                    endpointName="s:SoapOverHttp"
                    serviceName="s:SOAPService"
                    xmlns:s="http://apache.org/hello_world_soap_http";>
-    <cxf:properties>
-      <entry key="setDefaultBus" value="false"/>
-    </cxf:properties>
   </cxf:cxfEndpoint>
 
   <cxf:cxfEndpoint id="serviceEndpoint2" 
address="http://localhost:9003/SoapContext/SoapPort";
@@ -57,9 +49,6 @@
                    endpointName="s:SoapOverHttp"
                    serviceName="s:SOAPService"
                    xmlns:s="http://apache.org/hello_world_soap_http";>
-    <cxf:properties>
-      <entry key="setDefaultBus" value="false"/>
-    </cxf:properties>
   </cxf:cxfEndpoint>
 
   <camelContext xmlns="http://camel.apache.org/schema/spring";>

Modified: 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/RecipientListCxfTest-context.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/RecipientListCxfTest-context.xml?rev=1187180&r1=1187179&r2=1187180&view=diff
==============================================================================
--- 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/RecipientListCxfTest-context.xml
 (original)
+++ 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/RecipientListCxfTest-context.xml
 Fri Oct 21 04:43:20 2011
@@ -25,18 +25,13 @@
     ">
 
   <import resource="classpath:META-INF/cxf/cxf.xml"/>
-  <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/>
-  <import resource="classpath:META-INF/cxf/cxf-extension-http-jetty.xml"/>
-
+ 
   <cxf:cxfEndpoint id="serviceEndpoint" 
address="http://localhost:9002/SoapContext/SoapPort";
                    wsdlURL="wsdl/hello_world.wsdl"
                    serviceClass="org.apache.hello_world_soap_http.Greeter"
                    endpointName="s:SoapOverHttp"
                    serviceName="s:SOAPService"
                    xmlns:s="http://apache.org/hello_world_soap_http";>
-    <cxf:properties>
-      <entry key="setDefaultBus" value="false"/>
-    </cxf:properties>
   </cxf:cxfEndpoint>
 
   <cxf:cxfEndpoint id="serviceEndpoint2" 
address="http://localhost:9003/SoapContext/SoapPort";
@@ -45,9 +40,6 @@
                    endpointName="s:SoapOverHttp"
                    serviceName="s:SOAPService"
                    xmlns:s="http://apache.org/hello_world_soap_http";>
-    <cxf:properties>
-      <entry key="setDefaultBus" value="false"/>
-    </cxf:properties>
   </cxf:cxfEndpoint>
 
   <camelContext xmlns="http://camel.apache.org/schema/spring";>


Reply via email to