[jboss-cvs] JBossAS SVN: r57856 - trunk/server/src/etc/deploy

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 26 15:14:21 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-10-26 15:14:19 -0400 (Thu, 26 Oct 2006)
New Revision: 57856

Removed:
   trunk/server/src/etc/deploy/ear-deployer.xml
Log:
Remove the legacy ear deployer descriptor.

Deleted: trunk/server/src/etc/deploy/ear-deployer.xml
===================================================================
--- trunk/server/src/etc/deploy/ear-deployer.xml	2006-10-26 19:10:04 UTC (rev 57855)
+++ trunk/server/src/etc/deploy/ear-deployer.xml	2006-10-26 19:14:19 UTC (rev 57856)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- The JBoss service configuration file for the EAR deployer service.
-$Id$
--->
-<server>
-   <!-- EAR deployer, remove if you are not using ear deployments -->
-   <mbean code="org.jboss.deployment.EARDeployer"
-      name="jboss.j2ee:service=EARDeployer">
-      <!-- A flag indicating if ear deployments should have their own scoped
-      class loader to isolate their classes from other deployments.
-      -->
-      <attribute name="Isolated">false</attribute>
-      <!-- A flag indicating if the ear components should have in VM call
-      optimization disabled.
-      -->
-      <attribute name="CallByValue">false</attribute>
-      <depends>jboss.system:service=MainDeployer</depends>
-   </mbean>
-</server>




More information about the jboss-cvs-commits mailing list