Author: davsclaus
Date: Wed Dec  7 07:25:13 2011
New Revision: 1211314

URL: http://svn.apache.org/viewvc?rev=1211314&view=rev
Log:
Try to avoid port in use issue in test

Modified:
    
camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/greeter/MulticastCxfTest-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=1211314&r1=1211313&r2=1211314&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
 Wed Dec  7 07:25:13 2011
@@ -26,7 +26,7 @@
 
   <import resource="classpath:META-INF/cxf/cxf.xml"/>
 
-  <cxf:cxfEndpoint id="serviceEndpoint" 
address="http://localhost:9000/SoapContext/SoapPort";
+  <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"
@@ -34,7 +34,7 @@
                    xmlns:s="http://apache.org/hello_world_soap_http";>
   </cxf:cxfEndpoint>
 
-  <cxf:cxfEndpoint id="serviceEndpoint2" 
address="http://localhost:9001/SoapContext/SoapPort";
+  <cxf:cxfEndpoint id="serviceEndpoint2" 
address="http://localhost:9003/SoapContext/SoapPort";
                    wsdlURL="wsdl/hello_world.wsdl"
                    serviceClass="org.apache.hello_world_soap_http.Greeter"
                    endpointName="s:SoapOverHttp"


Reply via email to