[jboss-cvs] JBossAS SVN: r65256 - trunk/testsuite/src/resources/cluster/partition.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 8 16:15:54 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-08 16:15:53 -0400 (Sat, 08 Sep 2007)
New Revision: 65256

Modified:
   trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml
Log:
Update to match current cluster-beans.xml

Modified: trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml	2007-09-08 20:15:00 UTC (rev 65255)
+++ trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml	2007-09-08 20:15:53 UTC (rev 65256)
@@ -88,7 +88,6 @@
    		 class="org.jboss.ha.framework.server.DistributedStateImpl">
       
       <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=DistributedState,partitionName=RestartPartition", exposedInterface=org.jboss.ha.framework.server.DistributedStateImplMBean.class, registerDirectly=true)</annotation>
-      
           
       <property name="clusteredCache"><inject bean="RestartPartition-HAPartitionCache" property="cache"/></property>
       
@@ -98,9 +97,12 @@
    <!-- DistributedReplicantManager Service                                                                              -->
    <!-- ==================================================================== -->
    <bean name="RestartPartitionDRM" class="org.jboss.ha.framework.server.DistributedReplicantManagerImpl">      
-       <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=RestartPartitionDRM,partitionName=RestartPartition", exposedInterface=org.jboss.ha.framework.server.DistributedReplicantManagerImplMBean.class, registerDirectly=true)</annotation>
-      	<property name="HAPartition"><inject bean="RestartPartition" state="Create"/></property>
-      	<depends>RestartPartition</depends>   
+       
+      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=RestartPartitionDRM,partitionName=RestartPartition", exposedInterface=org.jboss.ha.framework.server.DistributedReplicantManagerImplMBean.class, registerDirectly=true)</annotation>
+      
+      <property name="HAPartition"><inject bean="RestartPartition" state="Create"/></property>
+      <depends>RestartPartition</depends>  
+       
    </bean>
 
    <!-- ==================================================================== -->
@@ -110,7 +112,9 @@
    <bean name="RestartPartition"
    		 class="org.jboss.ha.framework.server.ClusterPartition">     
    		 
-    <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=RestartPartition", exposedInterface=org.jboss.ha.framework.server.ClusterPartitionMBean.class)</annotation>
+      <depends>jboss:service=Naming</depends>
+    	 
+      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=RestartPartition", exposedInterface=org.jboss.ha.framework.server.ClusterPartitionMBean.class)</annotation>
       
    	<constructor>
    	   <parameter>
@@ -159,7 +163,7 @@
       	       
      <depends>RestartPartition</depends>
       	 
-  	   <property name="clusterPartition"><inject bean="RestartPartition"/></property>
+  	   <property name="HAPartition"><inject bean="RestartPartition"/></property>
       <!-- JNDI name under which the service is bound -->
       <property name="jndiName">/HASessionState/RestartPartition</property>
       <!-- Max delay before cleaning unreclaimed state.
@@ -178,7 +182,8 @@
       
       <depends>RestartPartition</depends>
       	       
-      <property name="clusterPartition"><inject bean="RestartPartition"/></property>
+      <property name="HAPartition"><inject bean="RestartPartition"/></property>
+      <property name="clusteredCache"><inject bean="RestartPartition-HAPartitionCache" property="cache"/></property>
       
       <!-- Bind address of bootstrap and HA-JNDI RMI endpoints -->
       <property name="bindAddress">${jboss.bind.address}</property>
@@ -263,7 +268,7 @@
       <depends>RestartPartition</depends>
       <depends>jboss.cache:service=InvalidationManager</depends>
          
-      <property name="clusterPartition"><inject bean="RestartPartition"/></property>
+      <property name="HAPartition"><inject bean="RestartPartition"/></property>
       <property name="invalidationManager">jboss.cache:service=InvalidationManager</property>
       <property name="bridgeName">RestartJGBridge</property>
       




More information about the jboss-cvs-commits mailing list