[jboss-cvs] JBossAS SVN: r64811 - trunk/testsuite/src/resources/cluster/invokerha/META-INF.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Aug 23 15:57:20 EDT 2007
Author: bstansberry at jboss.com
Date: 2007-08-23 15:57:20 -0400 (Thu, 23 Aug 2007)
New Revision: 64811
Modified:
trunk/testsuite/src/resources/cluster/invokerha/META-INF/jboss-service.xml
Log:
Correct depends
Modified: trunk/testsuite/src/resources/cluster/invokerha/META-INF/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/invokerha/META-INF/jboss-service.xml 2007-08-23 19:56:41 UTC (rev 64810)
+++ trunk/testsuite/src/resources/cluster/invokerha/META-INF/jboss-service.xml 2007-08-23 19:57:20 UTC (rev 64811)
@@ -19,8 +19,8 @@
<!-- Use the default partition -->
<attribute name="Partition"><inject bean="HAPartition"/></attribute>
- <!-- Use the UnifiedInvokerHA -->
- <depends>UnifiedInvokerHA</depends>
+ <!-- Use the JRMPInvokerHA -->
+ <depends>JRMPInvokerHA</depends>
<attribute name="InvokerName">jboss:service=invoker,type=jrmpha</attribute>
<!-- The load balancing policy -->
@@ -61,7 +61,7 @@
<attribute name="Partition"><inject bean="HAPartition"/></attribute>
- <depends>JRMPInvokerHA</depends>
+ <depends>UnifiedInvokerHA</depends>
<attribute name="InvokerName">jboss:service=invoker,type=unifiedha</attribute>
<attribute name="LoadBalancePolicy">org.jboss.ha.framework.interfaces.RoundRobin</attribute>
More information about the jboss-cvs-commits
mailing list