[jbossws-commits] JBossWS SVN: r13465 - in stack/native/branches/jbossws-native-3.4.1/modules/testsuite: native-tests/src/test/resources/jaxws/jbws771 and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Dec 13 07:39:31 EST 2010


Author: richard.opalka at jboss.com
Date: 2010-12-13 07:39:30 -0500 (Mon, 13 Dec 2010)
New Revision: 13465

Modified:
   stack/native/branches/jbossws-native-3.4.1/modules/testsuite/native-tests/src/test/resources/jaxws/jbws771/binding.xml
   stack/native/branches/jbossws-native-3.4.1/modules/testsuite/pom.xml
Log:
[JBWS-3139] propagate jboss.bind.address JVM property to tests

Modified: stack/native/branches/jbossws-native-3.4.1/modules/testsuite/native-tests/src/test/resources/jaxws/jbws771/binding.xml
===================================================================
--- stack/native/branches/jbossws-native-3.4.1/modules/testsuite/native-tests/src/test/resources/jaxws/jbws771/binding.xml	2010-12-13 12:37:46 UTC (rev 13464)
+++ stack/native/branches/jbossws-native-3.4.1/modules/testsuite/native-tests/src/test/resources/jaxws/jbws771/binding.xml	2010-12-13 12:39:30 UTC (rev 13465)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <jaxws:bindings
-  wsdlLocation="http://localhost:8080/jaxws-jbws771/JBWS771Service/IWebsvcImpl?wsdl"
+  wsdlLocation="http://@jboss.bind.address@:8080/jaxws-jbws771/JBWS771Service/IWebsvcImpl?wsdl"
   xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"
   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
 >

Modified: stack/native/branches/jbossws-native-3.4.1/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.4.1/modules/testsuite/pom.xml	2010-12-13 12:37:46 UTC (rev 13464)
+++ stack/native/branches/jbossws-native-3.4.1/modules/testsuite/pom.xml	2010-12-13 12:39:30 UTC (rev 13465)
@@ -167,6 +167,10 @@
           <failIfNoTests>false</failIfNoTests>
           <systemProperties>
             <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>



More information about the jbossws-commits mailing list