[jboss-cvs] JBossAS SVN: r63400 - in trunk/testsuite/src: resources/ha/electionpolicy and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 7 17:25:54 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-06-07 17:25:54 -0400 (Thu, 07 Jun 2007)
New Revision: 63400

Modified:
   trunk/testsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.java
   trunk/testsuite/src/resources/ha/electionpolicy/ha-electionpolicy-beans.xml
Log:
[JBAS-4475]Convert JGroups multiplexer service to a -beans.xml

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.java	2007-06-07 21:24:09 UTC (rev 63399)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.java	2007-06-07 21:25:54 UTC (rev 63400)
@@ -55,7 +55,7 @@
 import org.jboss.test.JBossClusteredTestCase;
 import org.jboss.test.cluster.drm.IReplicants;
 import org.jboss.test.cluster.drm.MockHAPartition;
-import org.jgroups.jmx.JChannelFactory;
+import org.jgroups.JChannelFactory;
 import org.jgroups.stack.GossipRouter;
 import org.jgroups.stack.IpAddress;
 

Modified: trunk/testsuite/src/resources/ha/electionpolicy/ha-electionpolicy-beans.xml
===================================================================
--- trunk/testsuite/src/resources/ha/electionpolicy/ha-electionpolicy-beans.xml	2007-06-07 21:24:09 UTC (rev 63399)
+++ trunk/testsuite/src/resources/ha/electionpolicy/ha-electionpolicy-beans.xml	2007-06-07 21:25:54 UTC (rev 63400)
@@ -100,7 +100,7 @@
         <property name="runtimeConfig">
            <bean name="ElectionPolicyTestCacheRuntimeConfig" class="org.jboss.cache.config.RuntimeConfig">
               <property name="transactionManager"><inject bean="jboss:service=TransactionManager" property="TransactionManager"/></property>
-              <property name="muxChannelFactory"><inject bean="jgroups.mux:name=Multiplexer"/></property>
+              <property name="muxChannelFactory"><inject bean="JChannelFactory"/></property>
            </bean>
         </property>
         




More information about the jboss-cvs-commits mailing list