[jboss-cvs] JBossAS SVN: r57476 - trunk/server/src/etc/conf/default

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 6 15:26:27 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-10-06 15:26:26 -0400 (Fri, 06 Oct 2006)
New Revision: 57476

Modified:
   trunk/server/src/etc/conf/default/jboss-service.xml
Log:
Delegate deploy/undeploy to the kernel MainDeployer

Modified: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml	2006-10-06 18:53:38 UTC (rev 57475)
+++ trunk/server/src/etc/conf/default/jboss-service.xml	2006-10-06 19:26:26 UTC (rev 57476)
@@ -19,8 +19,10 @@
    <!-- ==================================================================== -->
    <mbean code="org.jboss.deployment.MainDeployer"
           name="jboss.system:service=MainDeployer">
+   	<!-- This is used to delegate the deployment handling -->
+      <attribute name="KernelMainDeployer"><inject bean="MainDeployer" /></attribute>
    </mbean>
-   
+
    <!-- ==================================================================== -->
    <!-- SAR Deployer                                                        -->
    <!-- ==================================================================== -->




More information about the jboss-cvs-commits mailing list