Author: peterjones
Date: Thu Jul 23 19:16:01 2009
New Revision: 797194
URL: http://svn.apache.org/viewvc?rev=797194&view=rev
Log:
[CXF-2347] Changed port of systests which use port 9090 to port 9091.
Port 9090 is used by the WebSM service on aix which causes a port conflict.
Modified:
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerRPCLitDefatulAnnoTest.java
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom_bindingtype/Server.java
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom_feature/Server.java
cxf/trunk/systests/src/test/resources/wsdl_systest/mtom.wsdl
cxf/trunk/testutils/src/main/resources/wsdl/others/hello.wsdl
Modified:
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerRPCLitDefatulAnnoTest.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerRPCLitDefatulAnnoTest.java?rev=797194&r1=797193&r2=797194&view=diff
==============================================================================
---
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerRPCLitDefatulAnnoTest.java
(original)
+++
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerRPCLitDefatulAnnoTest.java
Thu Jul 23 19:16:01 2009
@@ -33,7 +33,7 @@
protected void run() {
Object implementor = new HelloImpl();
- String address = "http://localhost:9090/hello";
+ String address = "http://localhost:9091/hello";
Endpoint.publish(address, implementor);
}
Modified:
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom_bindingtype/Server.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom_bindingtype/Server.java?rev=797194&r1=797193&r2=797194&view=diff
==============================================================================
---
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom_bindingtype/Server.java
(original)
+++
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom_bindingtype/Server.java
Thu Jul 23 19:16:01 2009
@@ -27,7 +27,7 @@
protected void run() {
Object implementor = new HelloImpl();
- String address = "http://localhost:9090/jaxws-mtom/hello";
+ String address = "http://localhost:9091/jaxws-mtom/hello";
Endpoint.publish(address, implementor);
}
Modified:
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom_feature/Server.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom_feature/Server.java?rev=797194&r1=797193&r2=797194&view=diff
==============================================================================
---
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom_feature/Server.java
(original)
+++
cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom_feature/Server.java
Thu Jul 23 19:16:01 2009
@@ -27,7 +27,7 @@
protected void run() {
Object implementor = new HelloImpl();
- String address = "http://localhost:9090/jaxws-mtom/hello";
+ String address = "http://localhost:9091/jaxws-mtom/hello";
Endpoint.publish(address, implementor);
}
Modified: cxf/trunk/systests/src/test/resources/wsdl_systest/mtom.wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/resources/wsdl_systest/mtom.wsdl?rev=797194&r1=797193&r2=797194&view=diff
==============================================================================
--- cxf/trunk/systests/src/test/resources/wsdl_systest/mtom.wsdl (original)
+++ cxf/trunk/systests/src/test/resources/wsdl_systest/mtom.wsdl Thu Jul 23
19:16:01 2009
@@ -98,8 +98,8 @@
<wsdl:service name="HelloService">
<wsdl:port name="HelloPort" binding="tns:HelloBinding">
- <soap:address
location="http://localhost:9090/jaxws-mtom/hello"></soap:address>
+ <soap:address
location="http://localhost:9091/jaxws-mtom/hello"></soap:address>
</wsdl:port>
</wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>
Modified: cxf/trunk/testutils/src/main/resources/wsdl/others/hello.wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/testutils/src/main/resources/wsdl/others/hello.wsdl?rev=797194&r1=797193&r2=797194&view=diff
==============================================================================
--- cxf/trunk/testutils/src/main/resources/wsdl/others/hello.wsdl (original)
+++ cxf/trunk/testutils/src/main/resources/wsdl/others/hello.wsdl Thu Jul 23
19:16:01 2009
@@ -48,7 +48,7 @@
</wsdl:binding>
<wsdl:service name="HelloService">
<wsdl:port name="HelloPort" binding="ns1:HelloServiceSoapBinding">
- <soap:address location="http://localhost:9090/hello"/>
+ <soap:address location="http://localhost:9091/hello"/>
</wsdl:port>
</wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>