[jboss-cvs] JBossAS SVN: r106182 - branches/Branch_No_Multicast/cluster/src/installers/mod_cluster-ec2/resources/jbossweb.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 18 16:33:57 EDT 2010


Author: pferraro
Date: 2010-06-18 16:33:56 -0400 (Fri, 18 Jun 2010)
New Revision: 106182

Modified:
   branches/Branch_No_Multicast/cluster/src/installers/mod_cluster-ec2/resources/jbossweb/jboss-beans.xml
Log:
Use ModClusterService

Modified: branches/Branch_No_Multicast/cluster/src/installers/mod_cluster-ec2/resources/jbossweb/jboss-beans.xml
===================================================================
--- branches/Branch_No_Multicast/cluster/src/installers/mod_cluster-ec2/resources/jbossweb/jboss-beans.xml	2010-06-18 20:28:27 UTC (rev 106181)
+++ branches/Branch_No_Multicast/cluster/src/installers/mod_cluster-ec2/resources/jbossweb/jboss-beans.xml	2010-06-18 20:33:56 UTC (rev 106182)
@@ -14,7 +14,7 @@
       <!-- Transaction manager for unfinished transaction checking in the CachedConnectionValve -->      
       <depends>jboss:service=TransactionManager</depends>
 
-      <depends>HAModClusterService</depends>
+      <depends>ModClusterService</depends>
 
       <!-- Inject the TomcatDeployer -->
       <property name="tomcatDeployer"><inject bean="WarDeployer"/></property>



More information about the jboss-cvs-commits mailing list