[Jboss-cvs] JBossAS SVN: r56231 - trunk/testsuite/src/resources/jmx/ha/META-INF

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 24 17:03:13 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-24 17:03:13 -0400 (Thu, 24 Aug 2006)
New Revision: 56231

Modified:
   trunk/testsuite/src/resources/jmx/ha/META-INF/jboss-service.xml
Log:
[JBAS-3194] Suppress lifecycle notifications for this svc

Modified: trunk/testsuite/src/resources/jmx/ha/META-INF/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/jmx/ha/META-INF/jboss-service.xml	2006-08-24 21:02:39 UTC (rev 56230)
+++ trunk/testsuite/src/resources/jmx/ha/META-INF/jboss-service.xml	2006-08-24 21:03:13 UTC (rev 56231)
@@ -35,9 +35,8 @@
 
   <!-- Our service -->
   <mbean code="org.jboss.test.jmx.ha.HAService" 
-         name="jboss.test:service=HAService">
-     <depends optional-attribute-name="ClusterPartition"
-         proxy-type="attribute">jboss:service=${jboss.partition.name:DefaultPartition}</depends>
+         name="jboss.test:service=HAService">         
+      <attribute name="SendRemoteLifecycleNotifications">false</attribute>      
   </mbean>
    
 </server>




More information about the jboss-cvs-commits mailing list