[portal-commits] JBoss Portal SVN: r5778 - branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-cms-sar/META-INF

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Sun Dec 10 07:10:12 EST 2006


Author: julien at jboss.com
Date: 2006-12-10 07:10:10 -0500 (Sun, 10 Dec 2006)
New Revision: 5778

Modified:
   branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-cms-sar/META-INF/jboss-service.xml
Log:
JBPORTAL-1151 : jboss:service=DefaultPartition hardcoded in CMS cluster config

Modified: branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-cms-sar/META-INF/jboss-service.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-cms-sar/META-INF/jboss-service.xml	2006-12-09 22:37:47 UTC (rev 5777)
+++ branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-cms-sar/META-INF/jboss-service.xml	2006-12-10 12:10:10 UTC (rev 5778)
@@ -176,7 +176,7 @@
    <mbean
       code="org.jboss.portal.jems.ha.HASingletonInvoker"
       name="portal:service=HASingletonInvoker,type=CMS">
-      <depends>jboss:service=DefaultPartition</depends>
+      <depends>jboss:service=${jboss.partition.name:DefaultPartition}</depends>
       <attribute name="RetryWaitingTimeMS">2000</attribute>
       <attribute name="MaxRetries">5</attribute>
       <attribute name="JNDIName">MyServiceInvokeTarget</attribute>




More information about the portal-commits mailing list