Author: ningjiang
Date: Fri Oct 21 09:03:52 2011
New Revision: 1187227

URL: http://svn.apache.org/viewvc?rev=1187227&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/CamelFileGreeterOneWayTest.xml
    
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelGreeterConsumerTest-context.xml
    
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelGreeterTest-context.xml
    
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CxfToJmsInOutTest-context.xml

Modified: 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelFileGreeterOneWayTest.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelFileGreeterOneWayTest.xml?rev=1187227&r1=1187226&r2=1187227&view=diff
==============================================================================
--- 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelFileGreeterOneWayTest.xml
 (original)
+++ 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelFileGreeterOneWayTest.xml
 Fri Oct 21 09:03:52 2011
@@ -26,8 +26,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.xml" />
 
  <cxf:cxfEndpoint id="serviceEndpoint" 
address="http://localhost:9000/SoapContext/SoapPort";
             wsdlURL="wsdl/hello_world.wsdl"
@@ -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>
 
   <bean id="prepareRequest" 
class="org.apache.camel.itest.greeter.FilePrepareRequest"/>

Modified: 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelGreeterConsumerTest-context.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelGreeterConsumerTest-context.xml?rev=1187227&r1=1187226&r2=1187227&view=diff
==============================================================================
--- 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelGreeterConsumerTest-context.xml
 (original)
+++ 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelGreeterConsumerTest-context.xml
 Fri Oct 21 09:03:52 2011
@@ -26,18 +26,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:9000/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>
 
   <bean id="jmsPrepareRequest" 
class="org.apache.camel.itest.greeter.JmsPrepareRequest"/>

Modified: 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelGreeterTest-context.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelGreeterTest-context.xml?rev=1187227&r1=1187226&r2=1187227&view=diff
==============================================================================
--- 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelGreeterTest-context.xml
 (original)
+++ 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CamelGreeterTest-context.xml
 Fri Oct 21 09:03:52 2011
@@ -26,18 +26,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:9000/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>
 
   <bean id="prepareRequest" 
class="org.apache.camel.itest.greeter.PrepareRequest"/>

Modified: 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CxfToJmsInOutTest-context.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CxfToJmsInOutTest-context.xml?rev=1187227&r1=1187226&r2=1187227&view=diff
==============================================================================
--- 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CxfToJmsInOutTest-context.xml
 (original)
+++ 
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/CxfToJmsInOutTest-context.xml
 Fri Oct 21 09:03:52 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>
 
     <bean id="prepareRequest" 
class="org.apache.camel.itest.greeter.PrepareRequest"/>


Reply via email to