[jboss-cvs] JBossAS SVN: r114657 - branches/JBPAPP_5/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 9 06:48:23 EST 2014


Author: istudens at redhat.com
Date: 2014-01-09 06:48:23 -0500 (Thu, 09 Jan 2014)
New Revision: 114657

Modified:
   branches/JBPAPP_5/cluster/src/etc/ha-legacy-jboss-beans.xml
Log:
JBPAPP-10951 fixing demand state of HAPartition for HASessionStateService

Modified: branches/JBPAPP_5/cluster/src/etc/ha-legacy-jboss-beans.xml
===================================================================
--- branches/JBPAPP_5/cluster/src/etc/ha-legacy-jboss-beans.xml	2014-01-08 19:02:33 UTC (rev 114656)
+++ branches/JBPAPP_5/cluster/src/etc/ha-legacy-jboss-beans.xml	2014-01-09 11:48:23 UTC (rev 114657)
@@ -94,7 +94,7 @@
       
       <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=HASessionState", exposedInterface=org.jboss.ha.hasessionstate.server.HASessionStateServiceMBean.class, registerDirectly=true)</annotation>
       
-      <demand state="Started" targetState="Started">HAPartition</demand>
+      <demand state="Start">HAPartition</demand>
 
       <!--  Partition used for group RPCs -->
       <property name="HAPartition"><inject bean="HAPartition" state="Created"/></property>



More information about the jboss-cvs-commits mailing list