[jboss-cvs] JBossAS SVN: r76356 - trunk/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 29 05:57:43 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-29 05:57:43 -0400 (Tue, 29 Jul 2008)
New Revision: 76356

Added:
   trunk/cluster/src/etc/cluster-jboss-beans.xml
Removed:
   trunk/cluster/src/etc/cluster-beans.xml
Log:
[JBAS-5803] beans.xml -> jboss-beans.xml

Deleted: trunk/cluster/src/etc/cluster-beans.xml
===================================================================
--- trunk/cluster/src/etc/cluster-beans.xml	2008-07-29 09:57:24 UTC (rev 76355)
+++ trunk/cluster/src/etc/cluster-beans.xml	2008-07-29 09:57:43 UTC (rev 76356)
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ==================================================================== -->
-<!-- Core HAParition Service Used for intra-cluster group RPCs            -->
-<!-- ==================================================================== -->
-
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
-   
-   <!-- ==================================================================== -->
-   <!-- Cluster Partition: defines cluster                                   -->
-   <!-- ==================================================================== -->
-
-   <bean name="HAPartition"
-   		 class="org.jboss.ha.framework.server.ClusterPartition">     
-
-      <depends>jboss:service=Naming</depends>
-    	 
-      <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)</annotation>
-      
-   	<!-- ClusterPartition requires a Cache for state management -->
-      <property name="cacheManager"><inject bean="CacheManager"/></property>
-      <property name="cacheConfigName">ha-partition</property>
-               
-      <!-- Name of the partition being built -->
-      <property name="partitionName">${jboss.partition.name:DefaultPartition}</property>
-         
-      <!-- The address used to determine the node name -->
-      <property name="nodeAddress">${jboss.bind.address}</property>
-         
-      <!-- Determine if deadlock detection is enabled -->
-      <property name="deadlockDetection">false</property>
-              
-      <!-- Max time (in ms) to wait for state transfer to complete. Increase for large states -->
-      <property name="stateTransferTimeout">30000</property>
-              
-      <!-- Max time (in ms) to wait for RPC calls to complete. -->
-      <property name="methodCallTimeout">60000</property>
-      
-      <!-- Optionally provide a thread source to allow async connect of our channel -->
-      <property name="threadPool"><inject bean="jboss.system:service=ThreadPool"/></property>
-      
-      <property name="distributedReplicantManagerImpl">
-         <bean name="DistributedReplicantManager"
-   		    class="org.jboss.ha.framework.server.DistributedReplicantManagerImpl">      
-            <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=DistributedReplicantManager,partitionName=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.framework.server.DistributedReplicantManagerImplMBean.class, registerDirectly=true)</annotation>
-         </bean>
-      </property>
-      
-      <property name="distributedStateImpl">
-	      <bean name="DistributedState"
-	   		 class="org.jboss.ha.framework.server.DistributedStateImpl">	      
-	      	<annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=DistributedState,partitionName=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.framework.server.DistributedStateImplMBean.class, registerDirectly=true)</annotation>	               
-   		</bean>
-      </property>
-      
-   </bean>
-   
-</deployment>

Copied: trunk/cluster/src/etc/cluster-jboss-beans.xml (from rev 76355, trunk/cluster/src/etc/cluster-beans.xml)
===================================================================
--- trunk/cluster/src/etc/cluster-jboss-beans.xml	                        (rev 0)
+++ trunk/cluster/src/etc/cluster-jboss-beans.xml	2008-07-29 09:57:43 UTC (rev 76356)
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ==================================================================== -->
+<!-- Core HAParition Service Used for intra-cluster group RPCs            -->
+<!-- ==================================================================== -->
+
+<deployment xmlns="urn:jboss:bean-deployer:2.0">
+   
+   <!-- ==================================================================== -->
+   <!-- Cluster Partition: defines cluster                                   -->
+   <!-- ==================================================================== -->
+
+   <bean name="HAPartition"
+   		 class="org.jboss.ha.framework.server.ClusterPartition">     
+
+      <depends>jboss:service=Naming</depends>
+    	 
+      <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)</annotation>
+      
+   	<!-- ClusterPartition requires a Cache for state management -->
+      <property name="cacheManager"><inject bean="CacheManager"/></property>
+      <property name="cacheConfigName">ha-partition</property>
+               
+      <!-- Name of the partition being built -->
+      <property name="partitionName">${jboss.partition.name:DefaultPartition}</property>
+         
+      <!-- The address used to determine the node name -->
+      <property name="nodeAddress">${jboss.bind.address}</property>
+         
+      <!-- Determine if deadlock detection is enabled -->
+      <property name="deadlockDetection">false</property>
+              
+      <!-- Max time (in ms) to wait for state transfer to complete. Increase for large states -->
+      <property name="stateTransferTimeout">30000</property>
+              
+      <!-- Max time (in ms) to wait for RPC calls to complete. -->
+      <property name="methodCallTimeout">60000</property>
+      
+      <!-- Optionally provide a thread source to allow async connect of our channel -->
+      <property name="threadPool"><inject bean="jboss.system:service=ThreadPool"/></property>
+      
+      <property name="distributedReplicantManagerImpl">
+         <bean name="DistributedReplicantManager"
+   		    class="org.jboss.ha.framework.server.DistributedReplicantManagerImpl">      
+            <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=DistributedReplicantManager,partitionName=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.framework.server.DistributedReplicantManagerImplMBean.class, registerDirectly=true)</annotation>
+         </bean>
+      </property>
+      
+      <property name="distributedStateImpl">
+	      <bean name="DistributedState"
+	   		 class="org.jboss.ha.framework.server.DistributedStateImpl">	      
+	      	<annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=DistributedState,partitionName=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.framework.server.DistributedStateImplMBean.class, registerDirectly=true)</annotation>	               
+   		</bean>
+      </property>
+      
+   </bean>
+   
+</deployment>




More information about the jboss-cvs-commits mailing list