[jboss-cvs] JBossAS SVN: r96771 - branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/src/resources/security-srp/service-inf.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 23 20:44:03 EST 2009


Author: rachmatowicz at jboss.com
Date: 2009-11-23 20:44:03 -0500 (Mon, 23 Nov 2009)
New Revision: 96771

Modified:
   branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/src/resources/security-srp/service-inf/jboss-service.xml
Log:
Update org.jboss.test.security.testSRPLoginModuleUnitTestCase resource to use correct URL. 

Modified: branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/src/resources/security-srp/service-inf/jboss-service.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/src/resources/security-srp/service-inf/jboss-service.xml	2009-11-24 01:24:54 UTC (rev 96770)
+++ branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/src/resources/security-srp/service-inf/jboss-service.xml	2009-11-24 01:44:03 UTC (rev 96771)
@@ -30,7 +30,7 @@
    <!-- Expose the SRP service interface via HTTP -->
    <mbean code="org.jboss.invocation.http.server.HttpProxyFactory"
       name="jboss.security.tests:service=SRP/HTTP">
-      <attribute name="InvokerURL">http://${jboss.bind.address}:8080/invoker/JMXInvokerServlet</attribute>
+      <attribute name="InvokerURL">http://${jboss.bind.url.address}:8080/invoker/JMXInvokerServlet</attribute>
       <attribute name="InvokerName">jboss.security.tests:service=SRPService</attribute>
       <attribute name="ExportedInterface">org.jboss.security.srp.SRPRemoteServerInterface</attribute>
       <attribute name="JndiName">srp-test-http/SRPServerInterface</attribute>




More information about the jboss-cvs-commits mailing list