[jboss-cvs] JBossAS SVN: r76360 - trunk/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 29 06:00:45 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-29 06:00:45 -0400 (Tue, 29 Jul 2008)
New Revision: 76360

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

Deleted: trunk/cluster/src/resources/jgroups/jgroups-channelfactory-beans.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/jgroups-channelfactory-beans.xml	2008-07-29 09:59:41 UTC (rev 76359)
+++ trunk/cluster/src/resources/jgroups/jgroups-channelfactory-beans.xml	2008-07-29 10:00:45 UTC (rev 76360)
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
-
-    <!-- The pojo ChannelFactory.  We use a JBoss AS subclass of the standard
-         JGroups JChannelFactory in order to ensure additional_data is set
-         on any shared channel -->
-	<bean name="JChannelFactory" class="org.jboss.ha.framework.server.JChannelFactory">
-	
-		  <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.jgroups:service=ChannelFactory", exposedInterface=org.jboss.ha.framework.server.JChannelFactoryMBean.class, registerDirectly=false)</annotation>
-        
-        <property name="multiplexerConfig">META-INF/jgroups-channelfactory-stacks.xml</property>
-        
-        <!--  JMX Registration of channels and protocols -->
-        <property name="server"><inject bean="JMXKernel" property="mbeanServer"/></property>
-        <property name="domain">jboss.jgroups</property>
-        <property name="exposeChannels">true</property>
-        <property name="exposeProtocols">true</property>
-        
-        <property name="manageNewThreadClassLoader">true</property>        
-        <property name="manageReleasedThreadClassLoader">false</property>
-
-        <!-- Whether or not to assign a unique name to nodes -->        
-        <property name="assignLogicalAddresses">true</property> 
-        
-        <!-- The address used to determine the node name  -->
-        <property name="nodeAddress">${jboss.bind.address}</property>
-        
-        <!-- Naming Service Port is used to generate a unique node name -->
-        <property name="namingServicePort"><inject bean="jboss:service=Naming" property="Port"/></property>
-        
-	</bean>
-   
-</deployment>

Copied: trunk/cluster/src/resources/jgroups/jgroups-channelfactory-jboss-beans.xml (from rev 76359, trunk/cluster/src/resources/jgroups/jgroups-channelfactory-beans.xml)
===================================================================
--- trunk/cluster/src/resources/jgroups/jgroups-channelfactory-jboss-beans.xml	                        (rev 0)
+++ trunk/cluster/src/resources/jgroups/jgroups-channelfactory-jboss-beans.xml	2008-07-29 10:00:45 UTC (rev 76360)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<deployment xmlns="urn:jboss:bean-deployer:2.0">
+
+    <!-- The pojo ChannelFactory.  We use a JBoss AS subclass of the standard
+         JGroups JChannelFactory in order to ensure additional_data is set
+         on any shared channel -->
+	<bean name="JChannelFactory" class="org.jboss.ha.framework.server.JChannelFactory">
+	
+		  <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.jgroups:service=ChannelFactory", exposedInterface=org.jboss.ha.framework.server.JChannelFactoryMBean.class, registerDirectly=false)</annotation>
+        
+        <property name="multiplexerConfig">META-INF/jgroups-channelfactory-stacks.xml</property>
+        
+        <!--  JMX Registration of channels and protocols -->
+        <property name="server"><inject bean="JMXKernel" property="mbeanServer"/></property>
+        <property name="domain">jboss.jgroups</property>
+        <property name="exposeChannels">true</property>
+        <property name="exposeProtocols">true</property>
+        
+        <property name="manageNewThreadClassLoader">true</property>        
+        <property name="manageReleasedThreadClassLoader">false</property>
+
+        <!-- Whether or not to assign a unique name to nodes -->        
+        <property name="assignLogicalAddresses">true</property> 
+        
+        <!-- The address used to determine the node name  -->
+        <property name="nodeAddress">${jboss.bind.address}</property>
+        
+        <!-- Naming Service Port is used to generate a unique node name -->
+        <property name="namingServicePort"><inject bean="jboss:service=Naming" property="Port"/></property>
+        
+	</bean>
+   
+</deployment>




More information about the jboss-cvs-commits mailing list