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

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


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

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

Deleted: trunk/cluster/src/etc/farm-beans.xml
===================================================================
--- trunk/cluster/src/etc/farm-beans.xml	2008-07-29 09:53:07 UTC (rev 76354)
+++ trunk/cluster/src/etc/farm-beans.xml	2008-07-29 09:57:24 UTC (rev 76355)
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
-   
-   <bean name="FarmMemberService"
-   		 class="org.jboss.ha.framework.server.FarmMemberService">
-   	
-   	<annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=FarmMember,partitionName=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.framework.server.FarmMemberServiceMBean.class, registerDirectly=true)</annotation>	 
-   	
-   	<depends>HAPartition</depends>
-   	   
-   	<property name="HAPartition"><inject bean="HAPartition"/></property>
-       <property name="deployer">jboss.system:service=MainDeployer</property>
-   	   
-   	<!-- The URLComparator can be used to specify a deployment ordering
-         for deployments found in a scanned directory.  The class specified
-         must be an implementation of java.util.Comparator, it must be able
-         to compare two URL objects, and it must have a no-arg constructor.
-         Two deployment comparators are shipped with JBoss:
-           - org.jboss.deployment.DeploymentSorter 
-             Sorts by file extension, as follows:
-               "sar", "service.xml", "rar", "jar", "war", "wsr", "ear", "zip", 
-               "*"
-           - org.jboss.deployment.scanner.PrefixDeploymentSorter
-             If the name portion of the url begins with 1 or more digits, those 
-             digits are converted to an int (ignoring leading zeroes), and 
-             files are deployed in that order.  Files that do not start with 
-             any digits will be deployed last, and they will be sorted by
-             extension as above with DeploymentSorter.
-    -->
-    <property name="URLComparator">org.jboss.deployment.DeploymentSorter</property>
-    <!--
-    <property name="URLComparator">org.jboss.deployment.scanner.PrefixDeploymentSorter</property>
-    -->
-    
-    <!-- The Filter specifies a java.io.FileFilter for scanned
-         directories.  Any file not accepted by this filter will not be
-         deployed.  The org.jboss.deployment.scanner.DeploymentFilter 
-         rejects the following patterns:
-             "#*", "%*", ",*", ".*", "_$*", "*#", "*$", "*%", "*.BAK", 
-             "*.old", "*.orig", "*.rej", "*.bak", "*,v", "*~", ".make.state", 
-             ".nse_depinfo", "CVS", "CVS.admin", "RCS", "RCSLOG", "SCCS", 
-             "TAGS", "core", "tags"
-    -->
-    <property name="filter">org.jboss.deployment.scanner.DeploymentFilter</property>
-
-    <property name="scanPeriod">5000</property>
-    
-   	<!-- URLs are comma seperated and unprefixed arguments are considered
-       file URLs and resolve relative to server home(JBOSS_DIST/server/default)
-       unless the given path is absolute. Any referenced directories cannot
-       be unpackaged archives, use the parent directory of the unpacked
-       archive.
-     -->
-      <property name="URLList">
-         <list elementClass="java.net.URL">
-            <!-- Directory for deployers -->
-            <value>${jboss.server.home.url}farm/</value>
-         </list>
-      </property>
-     
-   </bean>
-   
-</deployment>

Copied: trunk/cluster/src/etc/farm-jboss-beans.xml (from rev 76354, trunk/cluster/src/etc/farm-beans.xml)
===================================================================
--- trunk/cluster/src/etc/farm-jboss-beans.xml	                        (rev 0)
+++ trunk/cluster/src/etc/farm-jboss-beans.xml	2008-07-29 09:57:24 UTC (rev 76355)
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<deployment xmlns="urn:jboss:bean-deployer:2.0">
+   
+   <bean name="FarmMemberService"
+   		 class="org.jboss.ha.framework.server.FarmMemberService">
+   	
+   	<annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=FarmMember,partitionName=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.framework.server.FarmMemberServiceMBean.class, registerDirectly=true)</annotation>	 
+   	
+   	<depends>HAPartition</depends>
+   	   
+   	<property name="HAPartition"><inject bean="HAPartition"/></property>
+       <property name="deployer">jboss.system:service=MainDeployer</property>
+   	   
+   	<!-- The URLComparator can be used to specify a deployment ordering
+         for deployments found in a scanned directory.  The class specified
+         must be an implementation of java.util.Comparator, it must be able
+         to compare two URL objects, and it must have a no-arg constructor.
+         Two deployment comparators are shipped with JBoss:
+           - org.jboss.deployment.DeploymentSorter 
+             Sorts by file extension, as follows:
+               "sar", "service.xml", "rar", "jar", "war", "wsr", "ear", "zip", 
+               "*"
+           - org.jboss.deployment.scanner.PrefixDeploymentSorter
+             If the name portion of the url begins with 1 or more digits, those 
+             digits are converted to an int (ignoring leading zeroes), and 
+             files are deployed in that order.  Files that do not start with 
+             any digits will be deployed last, and they will be sorted by
+             extension as above with DeploymentSorter.
+    -->
+    <property name="URLComparator">org.jboss.deployment.DeploymentSorter</property>
+    <!--
+    <property name="URLComparator">org.jboss.deployment.scanner.PrefixDeploymentSorter</property>
+    -->
+    
+    <!-- The Filter specifies a java.io.FileFilter for scanned
+         directories.  Any file not accepted by this filter will not be
+         deployed.  The org.jboss.deployment.scanner.DeploymentFilter 
+         rejects the following patterns:
+             "#*", "%*", ",*", ".*", "_$*", "*#", "*$", "*%", "*.BAK", 
+             "*.old", "*.orig", "*.rej", "*.bak", "*,v", "*~", ".make.state", 
+             ".nse_depinfo", "CVS", "CVS.admin", "RCS", "RCSLOG", "SCCS", 
+             "TAGS", "core", "tags"
+    -->
+    <property name="filter">org.jboss.deployment.scanner.DeploymentFilter</property>
+
+    <property name="scanPeriod">5000</property>
+    
+   	<!-- URLs are comma seperated and unprefixed arguments are considered
+       file URLs and resolve relative to server home(JBOSS_DIST/server/default)
+       unless the given path is absolute. Any referenced directories cannot
+       be unpackaged archives, use the parent directory of the unpacked
+       archive.
+     -->
+      <property name="URLList">
+         <list elementClass="java.net.URL">
+            <!-- Directory for deployers -->
+            <value>${jboss.server.home.url}farm/</value>
+         </list>
+      </property>
+     
+   </bean>
+   
+</deployment>




More information about the jboss-cvs-commits mailing list