[jboss-cvs] JBossAS SVN: r60074 - trunk/ejb3/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jan 27 22:45:27 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-27 22:45:27 -0500 (Sat, 27 Jan 2007)
New Revision: 60074

Modified:
   trunk/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
   trunk/ejb3/src/resources/ejb3-entity-cache-service.xml
Log:
Use partition name in ClusterName

Modified: trunk/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
===================================================================
--- trunk/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2007-01-28 02:32:11 UTC (rev 60073)
+++ trunk/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2007-01-28 03:45:27 UTC (rev 60074)
@@ -7,7 +7,7 @@
    <mbean code="org.jboss.cache.TreeCache" 
           name="jboss.cache:service=EJB3SFSBClusteredCache">
         
-      <attribute name="ClusterName">SFSB-Cache</attribute>
+      <attribute name="ClusterName">${jboss.partition.name:DefaultPartition}-SFSBCache</attribute>
       
       <!--
               Node locking level : SERIALIZABLE

Modified: trunk/ejb3/src/resources/ejb3-entity-cache-service.xml
===================================================================
--- trunk/ejb3/src/resources/ejb3-entity-cache-service.xml	2007-01-28 02:32:11 UTC (rev 60073)
+++ trunk/ejb3/src/resources/ejb3-entity-cache-service.xml	2007-01-28 03:45:27 UTC (rev 60074)
@@ -12,7 +12,7 @@
     
     <!-- Name of cluster. Needs to be the same on all nodes in the clusters, 
          in order to find each other -->
-    <attribute name="ClusterName">EJB3-entity-cache</attribute>
+    <attribute name="ClusterName">${jboss.partition.name:DefaultPartition}-EntityCache</attribute>
         
     <!-- Configure the TransactionManager -->
     <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>




More information about the jboss-cvs-commits mailing list