[jboss-cvs] JBossAS SVN: r109980 - in trunk/testsuite: src/resources/ws/jaxws/webserviceref/META-INF/wsdl and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 17 03:56:47 EST 2010


Author: alessio.soldano at jboss.com
Date: 2010-12-17 03:56:47 -0500 (Fri, 17 Dec 2010)
New Revision: 109980

Modified:
   trunk/testsuite/imports/sections/ws.xml
   trunk/testsuite/src/resources/ws/jaxws/webserviceref/META-INF/wsdl/TestEndpoint.wsdl
Log:
[JBAS-8540] Fixing ws webserviceref testcase wsdl


Modified: trunk/testsuite/imports/sections/ws.xml
===================================================================
--- trunk/testsuite/imports/sections/ws.xml	2010-12-17 08:33:42 UTC (rev 109979)
+++ trunk/testsuite/imports/sections/ws.xml	2010-12-17 08:56:47 UTC (rev 109980)
@@ -44,6 +44,7 @@
       </fileset>
       <filterset>
         <filter token="jbosstest.host.name" value="${node0}"/>
+        <filter token="jbosstest.host.nameforurl" value="${node0.url}"/>
       </filterset>
     </copy>
     <!-- Copy binary files -->

Modified: trunk/testsuite/src/resources/ws/jaxws/webserviceref/META-INF/wsdl/TestEndpoint.wsdl
===================================================================
--- trunk/testsuite/src/resources/ws/jaxws/webserviceref/META-INF/wsdl/TestEndpoint.wsdl	2010-12-17 08:33:42 UTC (rev 109979)
+++ trunk/testsuite/src/resources/ws/jaxws/webserviceref/META-INF/wsdl/TestEndpoint.wsdl	2010-12-17 08:56:47 UTC (rev 109980)
@@ -44,7 +44,7 @@
  </binding>
  <service name='TestEndpointService'>
   <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
-   <soap:address location='http://@jbosstest.host.name@:8080/jaxws-webserviceref/TestEndpoint'/>
+   <soap:address location='http://@jbosstest.host.nameforurl@:8080/jaxws-webserviceref/TestEndpoint'/>
    <!-- 
    <soap:address location='http://localhost:8080/jaxws-webserviceref/TestEndpoint'/>
    -->



More information about the jboss-cvs-commits mailing list