[jboss-cvs] JBossAS SVN: r61639 - trunk/testsuite/src/resources/jmx/ha/META-INF.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Mar 23 10:25:35 EDT 2007
Author: bstansberry at jboss.com
Date: 2007-03-23 10:25:35 -0400 (Fri, 23 Mar 2007)
New Revision: 61639
Modified:
trunk/testsuite/src/resources/jmx/ha/META-INF/jboss-service.xml
Log:
Fix dependencies on MC beans
Modified: trunk/testsuite/src/resources/jmx/ha/META-INF/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/jmx/ha/META-INF/jboss-service.xml 2007-03-23 14:06:07 UTC (rev 61638)
+++ trunk/testsuite/src/resources/jmx/ha/META-INF/jboss-service.xml 2007-03-23 14:25:35 UTC (rev 61639)
@@ -7,10 +7,11 @@
name="jboss.test:service=ProxyFactory,name=HAService,protocol=jrmpha">
<!-- Use the default partition -->
- <depends optional-attribute-name="PartitionObjectName">jboss:service=${jboss.partition.name:DefaultPartition}</depends>
+ <attribute name="Partition"><inject bean="HAPartition" state="Installed"/></attribute>
<!-- Use the standard JRMPInvoker from conf/jboss-service.xml -->
- <depends optional-attribute-name="InvokerName">jboss:service=invoker,type=jrmpha</depends>
+ <depends>JRMPInvokerHA</depends>
+ <attribute name="InvokerName">jboss:service=invoker,type=jrmpha</attribute>
<!-- The load balancing policy -->
<attribute name="LoadBalancePolicy">org.jboss.ha.framework.interfaces.RoundRobin</attribute>
More information about the jboss-cvs-commits
mailing list