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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 13 06:20:42 EDT 2014


Author: istudens at redhat.com
Date: 2014-03-13 06:20:42 -0400 (Thu, 13 Mar 2014)
New Revision: 114760

Modified:
   branches/JBPAPP_5/cluster/src/etc/ha-legacy-jboss-beans.xml
   branches/JBPAPP_5/cluster/src/etc/hapartition-jboss-beans.xml
Log:
JBPAPP-11025 fixed HASessionStateService and ClusterPartition deploy/undeploy deps

Modified: branches/JBPAPP_5/cluster/src/etc/ha-legacy-jboss-beans.xml
===================================================================
--- branches/JBPAPP_5/cluster/src/etc/ha-legacy-jboss-beans.xml	2014-03-13 09:33:58 UTC (rev 114759)
+++ branches/JBPAPP_5/cluster/src/etc/ha-legacy-jboss-beans.xml	2014-03-13 10:20:42 UTC (rev 114760)
@@ -94,10 +94,10 @@
       
       <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="Start">HAPartition</demand>
+      <depends>HAPartition</depends>
 
       <!--  Partition used for group RPCs -->
-      <property name="HAPartition"><inject bean="HAPartition" state="Created"/></property>
+      <property name="HAPartition"><inject bean="HAPartition" state="Create"/></property>
       
       <!-- JNDI name under which the service is bound -->
       <property name="jndiName">/HASessionState/Default</property>

Modified: branches/JBPAPP_5/cluster/src/etc/hapartition-jboss-beans.xml
===================================================================
--- branches/JBPAPP_5/cluster/src/etc/hapartition-jboss-beans.xml	2014-03-13 09:33:58 UTC (rev 114759)
+++ branches/JBPAPP_5/cluster/src/etc/hapartition-jboss-beans.xml	2014-03-13 10:20:42 UTC (rev 114760)
@@ -24,7 +24,6 @@
    		 class="org.jboss.ha.framework.server.ClusterPartition">     
 
       <depends>jboss:service=Naming</depends>
-      <demand state="Start" targetState="Create">HASessionStateService</demand>
     	 
       <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=HAPartition,partition=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.framework.server.ClusterPartitionMBean.class, registerDirectly=true)</annotation>
       



More information about the jboss-cvs-commits mailing list