[jboss-cvs] JBossAS SVN: r61015 - branches/Branch_4_2/ejb3/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 28 16:29:08 EST 2007


Author: bstansberry at jboss.com
Date: 2007-02-28 16:29:08 -0500 (Wed, 28 Feb 2007)
New Revision: 61015

Modified:
   branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
   branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml
Log:
Use the correct mcast_addr property name

Modified: branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2007-02-28 21:22:39 UTC (rev 61014)
+++ branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2007-02-28 21:29:08 UTC (rev 61015)
@@ -40,7 +40,7 @@
 	  -->     
       <attribute name="ClusterConfig">
          <config>
-            <UDP mcast_addr="${jgroups.udp.mcast_addr:229.1.2.3}" 
+            <UDP mcast_addr="${jboss.partition.udpGroup:229.1.2.3}" 
              mcast_port="${jboss.ejb3sfsbpartition.mcast_port:45551}"
              tos="8"
              ucast_recv_buf_size="20000000"

Modified: branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml	2007-02-28 21:22:39 UTC (rev 61014)
+++ branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml	2007-02-28 21:29:08 UTC (rev 61015)
@@ -46,7 +46,7 @@
       -->     
       <attribute name="ClusterConfig">
          <config>
-            <UDP mcast_addr="${jgroups.udp.mcast_addr:230.1.2.3}" 
+            <UDP mcast_addr="${jboss.partition.udpGroup:230.1.2.3}" 
                  mcast_port="${jboss.ejb3entitypartition.mcast_port:43333}"
                  tos="8"
                  ucast_recv_buf_size="20000000"




More information about the jboss-cvs-commits mailing list