[jboss-cvs] JBossAS SVN: r82902 - branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 15 07:41:55 EST 2009


Author: dimitris at jboss.org
Date: 2009-01-15 07:41:55 -0500 (Thu, 15 Jan 2009)
New Revision: 82902

Modified:
   branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml
Log:
JBPAPP-996, tidy up EJB3 Remoting Connector and add one for ports-03

Modified: branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml	2009-01-15 12:20:42 UTC (rev 82901)
+++ branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/services/binding/sample-bindings.xml	2009-01-15 12:41:55 UTC (rev 82902)
@@ -37,6 +37,16 @@
    <!-- ********************************************************** -->
    <server name="ports-default">
 
+      <!-- EJB3 Remoting Connector ejb3.deployer/META-INF/jboss-service.xml -->
+
+      <service-config name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3"
+         delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
+        <delegate-config>
+           <attribute name="InvokerLocator">socket://${jboss.bind.address}:3873</attribute>
+        </delegate-config>
+         <binding port="3873"/>
+      </service-config>
+
       <!-- ********************* jboss-service.xml ****************** -->
 
       <service-config name="jboss:service=Naming"
@@ -194,16 +204,6 @@
          <binding port="8080"/>
       </service-config>
 
-      <!-- EJB3 Remoting Connector ejb3.deployer/META-INF/jboss-service.xml -->
-
-      <service-config name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3"
-         delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
-        <delegate-config>
-           <attribute name="InvokerLocator">socket://${jboss.bind.address}:3873</attribute>
-        </delegate-config>
-         <binding port="3873"/>
-      </service-config>
-
         <!-- JMXInvoker -->
       <service-config name="jboss:service=invoker,type=http,target=Naming"
          delegateClass="org.jboss.services.binding.AttributeMappingDelegate"
@@ -1271,6 +1271,16 @@
    <!-- ********************************************************** -->
    <server name="ports-03">
 
+      <!-- EJB3 Remoting Connector ejb3.deployer/META-INF/jboss-service.xml -->
+
+      <service-config name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3"
+         delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
+        <delegate-config>
+           <attribute name="InvokerLocator">socket://${jboss.bind.address}:4173</attribute>
+        </delegate-config>
+         <binding port="4173"/>
+      </service-config>
+
       <!-- ********************* jboss-service.xml ****************** -->
 
       <service-config name="jboss:service=Naming"




More information about the jboss-cvs-commits mailing list