[jboss-cvs] JBossAS SVN: r77536 - trunk/aspects/src/resources/test/asynch/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 27 10:05:11 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-08-27 10:05:11 -0400 (Wed, 27 Aug 2008)
New Revision: 77536

Modified:
   trunk/aspects/src/resources/test/asynch/META-INF/jboss-service.xml
Log:
[JBAS-5846] Honour the jboss.bind.address

Modified: trunk/aspects/src/resources/test/asynch/META-INF/jboss-service.xml
===================================================================
--- trunk/aspects/src/resources/test/asynch/META-INF/jboss-service.xml	2008-08-27 13:57:31 UTC (rev 77535)
+++ trunk/aspects/src/resources/test/asynch/META-INF/jboss-service.xml	2008-08-27 14:05:11 UTC (rev 77536)
@@ -12,7 +12,7 @@
 
    <mbean code="org.jboss.remoting.transport.Connector"
       name="jboss.remoting:type=Connector,transport=socket5150">
-      <attribute name="InvokerLocator">socket://localhost:5150</attribute>
+      <attribute name="InvokerLocator">socket://${jboss.bind.address}:5150</attribute>
       <attribute name="Configuration">
          <handlers>
             <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>




More information about the jboss-cvs-commits mailing list