[jboss-cvs] JBossAS SVN: r83843 - branches/Branch_5_x/server/src/etc/conf/default/xmdesc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 4 04:55:55 EST 2009


Author: dimitris at jboss.org
Date: 2009-02-04 04:55:53 -0500 (Wed, 04 Feb 2009)
New Revision: 83843

Removed:
   branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.JARDeployer-xmbean.xml
   branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml
   branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.SARDeployer-xmbean.xml
Log:
JBAS-6448, remove unused xmbean descriptors.

Deleted: branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.JARDeployer-xmbean.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.JARDeployer-xmbean.xml	2009-02-04 09:11:31 UTC (rev 83842)
+++ branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.JARDeployer-xmbean.xml	2009-02-04 09:55:53 UTC (rev 83843)
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE mbean PUBLIC
-   "-//JBoss//DTD JBOSS XMBEAN 1.2//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_2.dtd">
-<!-- $Id$ -->
-<mbean>
-
-   <description>The JARDeployer adds archives that do not contain META-INF/*.xml
-       files. The pattern of xml files that correspond to deployment descriptors
-       can be specified using the DescriptorNames attribute.
-   </description>
-   <class>org.jboss.deployment.JARDeployer</class>
-   
-   <attribute access='read-write' getMethod='getDescriptorNames' setMethod='setDescriptorNames'>
-      <description>The list of suffixes that define deployment descriptors which
-         if found in an archive META-INF directory indicate non-jar deployments
-         which should be ignored by the JARDeployer
-      </description>
-      <name>DescriptorNames</name>
-      <type>[Ljava.lang.String;</type>
-      <!-- This suffix list represents the legacy behavior that ignored all
-         archives with META-INF/*.xml files
-      <descriptors>
-         <value value=".xml"/>
-      </descriptors>
-      -->
-      <!-- Ignore archives with the standard descriptors in META-INF -->
-      <descriptors>
-         <value value="ejb-jar.xml,jboss-service.xml,-ds.xml,ra.xml,application.xml,application-client.xml"/>
-      </descriptors>
-   </attribute>
-
-   <!-- SubDeployerExtMBean attribute -->
-   <attribute access="read-write" getMethod="getEnhancedSuffixes" setMethod="setEnhancedSuffixes">
-      <description>Allow the override of supported suffixes and relative order</description>
-      <name>EnhancedSuffixes</name>
-      <type>[Ljava.lang.String;</type>
-   </attribute>
-   
-   &deployerAttributes;
-   &defaultAttributes;
-
-   &deployerOperations;
-   &defaultOperations;
-   
-</mbean>

Deleted: branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml	2009-02-04 09:11:31 UTC (rev 83842)
+++ branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml	2009-02-04 09:55:53 UTC (rev 83843)
@@ -1,270 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE mbean PUBLIC
-   "-//JBoss//DTD JBOSS XMBEAN 1.1//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_1.dtd">
-
-<!-- $Id$ -->
-
-<!-- The MainDeployer XMBean descriptor -->
-<mbean>
-   <description>The Main deployer is the service which acts as the entry
-       point for the deployment/undeployment requests.
-   </description>
-   <class>org.jboss.deployment.MainDeployer</class>
-
-   <attribute access='read-write' setMethod='setCopyFiles' getMethod='getCopyFiles'>
-      <description></description>
-      <name>CopyFiles</name>
-      <type>boolean</type>
-      <descriptors>
-         <value value="true"/>
-      </descriptors>
-   </attribute>
-   <attribute access='write-only' setMethod='setServiceController'>
-      <description></description>
-      <name>ServiceController</name>
-      <type>javax.management.ObjectName</type>
-   </attribute>
-   <attribute access='read-only' getMethod='getServiceName'>
-      <description></description>
-      <name>ServiceName</name>
-      <type>javax.management.ObjectName</type>
-   </attribute>
-   <attribute access='read-only' getMethod='getSuffixOrder'>
-      <description>The suffix order used when sorting deployments, constructed dynamically by registering deployers</description>
-      <name>SuffixOrder</name>
-      <type>[Ljava.lang.String;</type>
-   </attribute>
-   <attribute access='read-write' setMethod='setEnhancedSuffixOrder' getMethod='getEnhancedSuffixOrder'>
-      <description>Allows the override of the suffix order declared by subdeployers, using the syntax [order:]suffix
-      </description>
-      <name>EnhancedSuffixOrder</name>
-      <type>[Ljava.lang.String;</type>
-      <!--
-         Statically set one or more enhanced suffix orders, independent of the value proposed by subdeployers.
-         Some deployers may also allow the suffixes/orders to be set locally, so that's preferable too.
-         For reference, this is the list of enhanced suffixes likely to be set by deployers (it may not
-         be completely up-to-date, or there can be user-defined deployers).
-         
-         050:.deployer,050:-deployer.xml,100:.aop,100:-aop.xml,150:.sar,150:-service.xml,200:.beans,250:.rar,300:-ds.xml,350:.har,400:.jar,400:.ejb3,400:.par,500:.war,600:.wsr,650:.ear,700:.jar,750:.zip,800:.bsh,900:.last
-         
-         Until we resolve some startup issues, we'll setup some static enhanced suffix orders bellow
-         and leave the rest of the suffixes contributed dynamically by registering deployers.
-      -->
-      <descriptors>
-         <value value="250:.rar,300:-ds.xml,400:.jar,500:.war,550:.jse,650:.ear,800:.bsh"/>
-      </descriptors>
-   </attribute>
-   <attribute access='read-write' setMethod='setTempDir' getMethod='getTempDir'>
-      <description></description>
-      <name>TempDir</name>
-      <type>java.io.File</type>
-   </attribute>
-   <attribute access='read-only' getMethod='getTempDirString'>
-      <description></description>
-      <name>TempDirString</name>
-      <type>java.lang.String</type>
-   </attribute>
-   
-   &defaultAttributes;
-
-   <operation>
-      <description></description>
-      <name>addDeployer</name>
-      <parameter>
-         <name>deployer</name>
-         <type>org.jboss.deployment.SubDeployer</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>removeDeployer</name>
-      <parameter>
-         <name>deployer</name>
-         <type>org.jboss.deployment.SubDeployer</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>deploy</name>
-      <parameter>
-         <name>url</name>
-         <type>java.lang.String</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>   
-      <name>deploy</name>
-      <parameter>
-         <name>url</name>
-         <type>java.net.URL</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>deploy</name>
-      <parameter>
-         <name>sdi</name>
-         <type>org.jboss.deployment.DeploymentInfo</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description>starts a package identified by a URL</description>
-      <name>start</name>
-      <parameter>
-         <name>urlspec</name>
-         <type>java.lang.String</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description>stops a package identified by a URL</description>
-      <name>stop</name>
-      <parameter>
-         <name>urlspec</name>
-         <type>java.lang.String</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>getDeployment</name>
-      <parameter>
-         <name>url</name>
-         <type>java.net.URL</type>
-      </parameter>
-      <return-type>org.jboss.deployment.DeploymentInfo</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>getWatchUrl</name>
-      <parameter>
-         <name>url</name>
-         <type>java.net.URL</type>
-      </parameter>
-      <return-type>java.net.URL</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>isDeployed</name>
-      <parameter>
-         <name>url</name>
-         <type>java.net.URL</type>
-      </parameter>
-      <return-type>boolean</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>isDeployed</name>
-      <parameter>
-         <name>url</name>
-         <type>java.lang.String</type>
-      </parameter>
-      <return-type>boolean</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>listDeployed</name>
-      <return-type>java.util.Collection</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>listDeployedAsString</name>
-      <return-type>java.lang.String</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>listDeployedModules</name>
-      <return-type>java.util.Collection</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>listDeployers</name>
-      <return-type>java.util.Collection</return-type>
-   </operation>
-   <operation>
-      <description>Check the current deployment states and generate a
-      IncompleteDeploymentException if there are mbeans waiting for depedencies.
-      </description>
-      <name>checkIncompleteDeployments</name>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>listIncompletelyDeployed</name>
-      <return-type>java.util.Collection</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>listWaitingForDeployer</name>
-      <return-type>java.util.Collection</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>redeploy</name>
-      <parameter>
-         <name>url</name>
-         <type>java.lang.String</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>redeploy</name>
-      <parameter>
-         <name>url</name>
-         <type>java.net.URL</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>redeploy</name>
-      <parameter>
-         <name>sdi</name>
-         <type>org.jboss.deployment.DeploymentInfo</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>shutdown</name>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>undeploy</name>
-      <parameter>
-         <name>url</name>
-         <type>java.lang.String</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>undeploy</name>
-      <parameter>
-         <name>url</name>
-         <type>java.net.URL</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-   <operation>
-      <description></description>
-      <name>undeploy</name>
-      <parameter>
-         <name>sdi</name>
-         <type>org.jboss.deployment.DeploymentInfo</type>
-      </parameter>
-      <return-type>void</return-type>
-   </operation>
-
-   &defaultOperations;
-   
-</mbean>
\ No newline at end of file

Deleted: branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.SARDeployer-xmbean.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.SARDeployer-xmbean.xml	2009-02-04 09:11:31 UTC (rev 83842)
+++ branches/Branch_5_x/server/src/etc/conf/default/xmdesc/org.jboss.deployment.SARDeployer-xmbean.xml	2009-02-04 09:55:53 UTC (rev 83843)
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE mbean PUBLIC
-   "-//JBoss//DTD JBOSS XMBEAN 1.2//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_2.dtd">
-<!--
-   SARDeployer XMBean descriptor
-   
-   $Id$
- -->
-<mbean>
-   <description>The SAR deployer handles the JBoss service archive deployments.</description>
-   <class>org.jboss.deployment.SARDeployer</class>
-   
-   <attribute access="read-write" getMethod="getUseNamespaceAwareParser" setMethod="setUseNamespaceAwareParser">
-      <description>A flag passed to the JAXP DocumentBuilderFactory setNamespaceAware method</description>
-      <name>UseNamespaceAwareParser</name>
-      <type>boolean</type>
-      <descriptors>
-         <value value="true"/>
-      </descriptors>
-   </attribute>
-   
-   <!-- SubDeployerExtMBean attribute -->
-   <attribute access="read-write" getMethod="getEnhancedSuffixes" setMethod="setEnhancedSuffixes">
-      <description>Allow the override of supported suffixes and relative order</description>
-      <name>EnhancedSuffixes</name>
-      <type>[Ljava.lang.String;</type>
-      <descriptors>
-         <!-- Add "350:har" to the suffixes supported normally by the SARDeployer -->
-         <value value="050:.deployer,050:-deployer.xml,150:.sar,150:-service.xml,350:.har"/>
-      </descriptors>
-   </attribute>
-
-   &deployerAttributes;
-   &defaultAttributes;
-
-   <operation>
-      <description>Get the associated service DeploymentInfo if found, null otherwise</description>
-      <name>getService</name>
-      <parameter>
-         <name>serviceName</name>
-         <type>javax.management.ObjectName</type>
-      </parameter>
-      <return-type>org.jboss.deployment.DeploymentInfo</return-type>
-   </operation>
-
-   &deployerOperations;   
-   &defaultOperations;
-   
-</mbean>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list