[jboss-cvs] JBossAS SVN: r68898 - branches/Branch_4_2/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 11 12:04:55 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-11 12:04:55 -0500 (Fri, 11 Jan 2008)
New Revision: 68898

Modified:
   branches/Branch_4_2/cluster/src/etc/cluster-examples-service.xml
Log:
[JBAS-5127] Hardcoded partition name in cluster-examples-service.xml

Modified: branches/Branch_4_2/cluster/src/etc/cluster-examples-service.xml
===================================================================
--- branches/Branch_4_2/cluster/src/etc/cluster-examples-service.xml	2008-01-11 16:41:17 UTC (rev 68897)
+++ branches/Branch_4_2/cluster/src/etc/cluster-examples-service.xml	2008-01-11 17:04:55 UTC (rev 68898)
@@ -126,7 +126,7 @@
     - ->
    <mbean code="org.jboss.ha.jmx.examples.HANotificationBroadcasterExample" 
           name="jboss.examples:service=HANotificationBroadcasterExample">
-      <depends>jboss:service=DefaultPartition</depends>            
+      <depends>jboss:service==${jboss.partition.name:DefaultPartition}</depends>            
    </mbean>
    <!- - -->
    




More information about the jboss-cvs-commits mailing list