[jboss-cvs] JBossAS SVN: r63968 - trunk/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 11 09:02:38 EDT 2007


Author: jerrygauth
Date: 2007-07-11 09:02:38 -0400 (Wed, 11 Jul 2007)
New Revision: 63968

Modified:
   trunk/cluster/src/etc/cluster-service.xml
Log:
JBAS-4276, partition injection changes for JGCacheInvalidationBridge

Modified: trunk/cluster/src/etc/cluster-service.xml
===================================================================
--- trunk/cluster/src/etc/cluster-service.xml	2007-07-11 12:29:54 UTC (rev 63967)
+++ trunk/cluster/src/etc/cluster-service.xml	2007-07-11 13:02:38 UTC (rev 63968)
@@ -204,9 +204,7 @@
 
    <mbean code="org.jboss.cache.invalidation.bridges.JGCacheInvalidationBridge"
       name="jboss.cache:service=InvalidationBridge,type=JavaGroups">
-      <!-- We now inject the partition into the HAJNDI service instead
-           of requiring that the partition name be passed -->
-      <depends optional-attribute-name="ClusterPartition"
+      <depends optional-attribute-name="HAPartition"
          proxy-type="attribute">jboss:service=${jboss.partition.name:DefaultPartition}</depends>
       <depends>jboss.cache:service=InvalidationManager</depends>
       <attribute name="InvalidationManager">jboss.cache:service=InvalidationManager</attribute>




More information about the jboss-cvs-commits mailing list