[pkg-jboss-commits] cvs commit to jboss3/varia/src/resources/services/binding by agx

pkg-jboss-commits@lists.alioth.debian.org pkg-jboss-commits@lists.alioth.debian.org
Thu, 17 Jun 2004 02:10:34 -0600


Update of /cvsroot/pkg-jboss/jboss3/varia/src/resources/services/binding
In directory haydn:/tmp/cvs-serv1666

Modified Files:
	sample-bindings.xml 
Log Message:
avoid port conflicts by binding OIL and OIL2 to different ports

Index: sample-bindings.xml
===================================================================
RCS file: /cvsroot/pkg-jboss/jboss3/varia/src/resources/services/binding/sample-bindings.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- sample-bindings.xml	25 Mar 2004 21:44:53 -0000	1.1.1.1
+++ sample-bindings.xml	17 Jun 2004 08:10:29 -0000	1.2
@@ -384,6 +384,20 @@
          <binding port="8193"/>
       </service-config>
 
+      <service-config name="jboss.mq:service=InvocationLayer,type=OIL2"
+         delegateClass="org.jboss.services.binding.AttributeMappingDelegate"
+         >
+         <delegate-config portName="ServerBindPort"/>
+         <binding port="8192"/>
+      </service-config>
+
+      <service-config name="jboss.mq:service=InvocationLayer,type=OIL"
+         delegateClass="org.jboss.services.binding.AttributeMappingDelegate"
+         >
+         <delegate-config portName="ServerBindPort"/>
+         <binding port="8190"/>
+      </service-config>
+
 
       <!-- ********************* hsqldb-ds.xml ********************** -->
 
@@ -644,6 +658,20 @@
          >
          <delegate-config portName="ServerBindPort"/>
          <binding port="8293"/>
+      </service-config>
+
+      <service-config name="jboss.mq:service=InvocationLayer,type=OIL2"
+         delegateClass="org.jboss.services.binding.AttributeMappingDelegate"
+         >
+         <delegate-config portName="ServerBindPort"/>
+         <binding port="8292"/>
+      </service-config>
+
+      <service-config name="jboss.mq:service=InvocationLayer,type=OIL"
+         delegateClass="org.jboss.services.binding.AttributeMappingDelegate"
+         >
+         <delegate-config portName="ServerBindPort"/>
+         <binding port="8290"/>
       </service-config>