[jboss-cvs] JBossAS SVN: r69965 - branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/ejbthree994.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 20 01:27:57 EST 2008


Author: bdecoste
Date: 2008-02-20 01:27:57 -0500 (Wed, 20 Feb 2008)
New Revision: 69965

Modified:
   branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/ejbthree994/ejbthree994-connectors-service.xml
Log:
[JBPAPP-628] [JBPAPP-629] binding 0.0.0.0 clientBindUrl to correct Connector

Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/ejbthree994/ejbthree994-connectors-service.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/ejbthree994/ejbthree994-connectors-service.xml	2008-02-20 06:27:19 UTC (rev 69964)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/ejbthree994/ejbthree994-connectors-service.xml	2008-02-20 06:27:57 UTC (rev 69965)
@@ -15,5 +15,15 @@
          </handlers>
       </attribute>
    </mbean>
+   
+   <mbean code="org.jboss.remoting.transport.Connector"
+          name="jboss.remoting.test:type=Connector,name=Ejbthree994TestEjb3Connector,handler=ejb3">
+      <attribute name="InvokerLocator">socket://${jboss.bind.address}:3875</attribute>
+      <attribute name="Configuration">
+         <handlers>
+            <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
+         </handlers>
+      </attribute>
+   </mbean>
 
 </server>




More information about the jboss-cvs-commits mailing list