[jboss-cvs] JBossAS SVN: r64259 - in trunk/cluster/src: main/org/jboss/ha/jmx and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Jul 24 15:41:46 EDT 2007
Author: jerrygauth
Date: 2007-07-24 15:41:46 -0400 (Tue, 24 Jul 2007)
New Revision: 64259
Modified:
trunk/cluster/src/etc/deploy-hasingleton-beans.xml
trunk/cluster/src/main/org/jboss/ha/jmx/HAServiceMBeanSupport.java
Log:
Added comments for JBAS-4543
Modified: trunk/cluster/src/etc/deploy-hasingleton-beans.xml
===================================================================
--- trunk/cluster/src/etc/deploy-hasingleton-beans.xml 2007-07-24 17:48:23 UTC (rev 64258)
+++ trunk/cluster/src/etc/deploy-hasingleton-beans.xml 2007-07-24 19:41:46 UTC (rev 64259)
@@ -34,6 +34,9 @@
<depends>HAPartition</depends>
+ <!-- uncomment the following when JBossMC-2.0.0.Beta4 is available -->
+ <!--<property name="serviceHAName"><inject fromContext="name"/></property>-->
+
<property name="HAPartition"><inject bean="HAPartition"/></property>
<property name="target"><inject bean="HASingletonDeploymentScanner"/></property>
<property name="targetStartMethod">deploySingletons</property>
Modified: trunk/cluster/src/main/org/jboss/ha/jmx/HAServiceMBeanSupport.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/jmx/HAServiceMBeanSupport.java 2007-07-24 17:48:23 UTC (rev 64258)
+++ trunk/cluster/src/main/org/jboss/ha/jmx/HAServiceMBeanSupport.java 2007-07-24 19:41:46 UTC (rev 64259)
@@ -459,7 +459,9 @@
}
else
{
- // TODO JBAS-4543
+ // TODO JBAS-4543; note that this is dependent on JBMICROCONT-192 which
+ // will be available in JBossMC-2.0.0.Beta4.
+ // See comments in deploy-hasingleton-beans.xml for further details.
throw new IllegalStateException("Cannot determine ServiceHAName; " +
"either set it explicitly or register this object in JMX " +
"before calling create");
More information about the jboss-cvs-commits
mailing list