[jboss-cvs] JBossAS SVN: r61991 - branches/Branch_4_2/varia/src/resources/services/binding.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Apr 2 12:14:51 EDT 2007
Author: bstansberry at jboss.com
Date: 2007-04-02 12:14:51 -0400 (Mon, 02 Apr 2007)
New Revision: 61991
Modified:
branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml
Log:
[JBAS-4284] Fix duplicate 4446 binding in sample-bindings.xml
Modified: branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml
===================================================================
--- branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml 2007-04-02 14:54:59 UTC (rev 61990)
+++ branches/Branch_4_2/varia/src/resources/services/binding/sample-bindings.xml 2007-04-02 16:14:51 UTC (rev 61991)
@@ -91,7 +91,7 @@
<service-config name="jboss:service=invoker,type=pooledha"
delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
<delegate-config portName="ServerBindPort"/>
- <binding port="4446"/>
+ <binding port="4448"/>
</service-config>
<!-- ********************* iiop-service.xml ****************** -->
@@ -480,7 +480,7 @@
<service-config name="jboss:service=invoker,type=pooledha"
delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
<delegate-config portName="ServerBindPort"/>
- <binding port="4546"/>
+ <binding port="4548"/>
</service-config>
<!-- ********************* iiop-service.xml ****************** -->
@@ -864,7 +864,7 @@
<service-config name="jboss:service=invoker,type=pooledha"
delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
<delegate-config portName="ServerBindPort"/>
- <binding port="4646"/>
+ <binding port="4648"/>
</service-config>
<!-- ********************* iiop-service.xml ****************** -->
@@ -1239,7 +1239,7 @@
<service-config name="jboss:service=invoker,type=pooledha"
delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
<delegate-config portName="ServerBindPort"/>
- <binding port="4746"/>
+ <binding port="4748"/>
</service-config>
<!-- ********************* iiop-service.xml ****************** -->
More information about the jboss-cvs-commits
mailing list