Author: richard.opalka(a)jboss.com
Date: 2010-12-13 07:37:46 -0500 (Mon, 13 Dec 2010)
New Revision: 13464
Modified:
stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/bus/META-INF/wsdl/Endpoint.wsdl
stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/pom.xml
Log:
[JBWS-3139] propagate jboss.bind.address JVM property to tests
Modified:
stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/bus/META-INF/wsdl/Endpoint.wsdl
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/bus/META-INF/wsdl/Endpoint.wsdl 2010-12-13
12:32:09 UTC (rev 13463)
+++
stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/bus/META-INF/wsdl/Endpoint.wsdl 2010-12-13
12:37:46 UTC (rev 13464)
@@ -50,7 +50,7 @@
</wsdl:binding>
<wsdl:service name="EndpointService">
<wsdl:port binding="tns:EndpointServiceSoapBinding"
name="EndpointPort">
- <soap:address
location="http://localhost:8080/jaxws-cxf-bus/EndpointService/Endpoint" />
+ <soap:address
location="http://@jboss.bind.address@:8080/jaxws-cxf-bus/EndpointService/Endpoint"
/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
\ No newline at end of file
Modified: stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/pom.xml 2010-12-13 12:32:09 UTC
(rev 13463)
+++ stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/pom.xml 2010-12-13 12:37:46 UTC
(rev 13464)
@@ -168,6 +168,10 @@
<value>${jboss.server.instance}</value>
</property>
<property>
+ <name>jboss.bind.address</name>
+ <value>${jboss.bind.address}</value>
+ </property>
+ <property>
<name>java.naming.provider.url</name>
<value>jnp://${jboss.bind.address}:1099</value>
</property>
Show replies by date