[seam-commits] Seam SVN: r7872 - trunk/bootstrap/deploy and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Apr 8 08:03:18 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-04-08 08:03:18 -0400 (Tue, 08 Apr 2008)
New Revision: 7872

Modified:
   branches/Seam_2_0/bootstrap/deploy/remoting-service.xml
   trunk/bootstrap/deploy/remoting-service.xml
Log:
JBSEAM-2813, thanks to Dan allen

Modified: branches/Seam_2_0/bootstrap/deploy/remoting-service.xml
===================================================================
--- branches/Seam_2_0/bootstrap/deploy/remoting-service.xml	2008-04-08 11:59:30 UTC (rev 7871)
+++ branches/Seam_2_0/bootstrap/deploy/remoting-service.xml	2008-04-08 12:03:18 UTC (rev 7872)
@@ -5,11 +5,11 @@
 <server>
    <mbean code="org.jboss.remoting.transport.Connector"
           name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
-      <attribute name="InvokerLocator">socket://${jboss.bind.address}:3873</attribute>
+      <attribute name="InvokerLocator">socket://${jboss.bind.address}:3883</attribute>
       <attribute name="Configuration">
          <handlers>
             <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
          </handlers>
       </attribute>
    </mbean>
-</server>
\ No newline at end of file
+</server>

Modified: trunk/bootstrap/deploy/remoting-service.xml
===================================================================
--- trunk/bootstrap/deploy/remoting-service.xml	2008-04-08 11:59:30 UTC (rev 7871)
+++ trunk/bootstrap/deploy/remoting-service.xml	2008-04-08 12:03:18 UTC (rev 7872)
@@ -5,11 +5,11 @@
 <server>
    <mbean code="org.jboss.remoting.transport.Connector"
           name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
-      <attribute name="InvokerLocator">socket://${jboss.bind.address}:3873</attribute>
+      <attribute name="InvokerLocator">socket://${jboss.bind.address}:3883</attribute>
       <attribute name="Configuration">
          <handlers>
             <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
          </handlers>
       </attribute>
    </mbean>
-</server>
\ No newline at end of file
+</server>




More information about the seam-commits mailing list