[jboss-cvs] JBossAS SVN: r69520 - trunk/testsuite/src/resources/cluster/invokerha/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 31 23:53:31 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-31 23:53:31 -0500 (Thu, 31 Jan 2008)
New Revision: 69520

Modified:
   trunk/testsuite/src/resources/cluster/invokerha/META-INF/jboss-service.xml
Log:
[JBAS-5195] Convert HA-JNDI and HA Detached invokers back to mbeans

Modified: trunk/testsuite/src/resources/cluster/invokerha/META-INF/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/invokerha/META-INF/jboss-service.xml	2008-02-01 04:04:30 UTC (rev 69519)
+++ trunk/testsuite/src/resources/cluster/invokerha/META-INF/jboss-service.xml	2008-02-01 04:53:31 UTC (rev 69520)
@@ -10,7 +10,7 @@
       <attribute name="Partition"><inject bean="HAPartition"/></attribute>
 
       <!-- Use the JRMPInvokerHA -->
-      <depends>JRMPInvokerHA</depends>
+      <depends>jboss:service=invoker,type=jrmpha</depends>
       <attribute name="InvokerName">jboss:service=invoker,type=jrmpha</attribute>
 
       <!-- The load balancing policy -->
@@ -54,7 +54,7 @@
 
       <attribute name="Partition"><inject bean="HAPartition"/></attribute>
 
-      <depends>UnifiedInvokerHA</depends>
+      <depends>jboss:service=invoker,type=unifiedha</depends>
       <attribute name="InvokerName">jboss:service=invoker,type=unifiedha</attribute>
 
       <attribute name="LoadBalancePolicy">org.jboss.ha.framework.interfaces.RoundRobin</attribute>
@@ -92,7 +92,7 @@
 
       <attribute name="Partition"><inject bean="HAPartition"/></attribute>
 
-      <depends>PooledInvokerHA</depends>
+      <depends>jboss:service=invoker,type=pooledha</depends>
       <attribute name="InvokerName">jboss:service=invoker,type=pooledha</attribute>
 
       <attribute name="LoadBalancePolicy">org.jboss.ha.framework.interfaces.RoundRobin</attribute>




More information about the jboss-cvs-commits mailing list