[jboss-cvs] JBossAS SVN: r96502 - branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 18 13:24:31 EST 2009


Author: rachmatowicz at jboss.com
Date: 2009-11-18 13:24:31 -0500 (Wed, 18 Nov 2009)
New Revision: 96502

Modified:
   branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/build.xml
Log:
Fix jaxr.query.url system property which causes org.jboss.test.jaxr.test failures (JBPAPP-2997)

Modified: branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/build.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/build.xml	2009-11-18 17:15:26 UTC (rev 96501)
+++ branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/build.xml	2009-11-18 18:24:31 UTC (rev 96502)
@@ -2980,8 +2980,8 @@
       <sysproperty key="build.testlog" value="${build.testlog}"/>
       <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
       <sysproperty key="javax.xml.registry.ConnectionFactoryClass" value="org.apache.ws.scout.registry.ConnectionFactoryImpl"/>
-      <sysproperty key="jaxr.query.url" value="http://${node0}:8080/juddi/inquiry"/>
-      <sysproperty key="jaxr.publish.url" value="http://${node0}:8080/juddi/publish"/>
+      <sysproperty key="jaxr.query.url" value="http://${node0.url}:8080/juddi/inquiry"/>
+      <sysproperty key="jaxr.publish.url" value="http://${node0.url}:8080/juddi/publish"/>
       <sysproperty key="juddi.proxy.transportClass" value="org.jboss.jaxr.juddi.transport.SaajTransport"/>
       <sysproperty key="host.name" value="${node0}"/>
       <sysproperty key="jndi.bind.name" value="JAXR"/>




More information about the jboss-cvs-commits mailing list