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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 3 01:57:54 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-04-03 01:57:53 -0400 (Tue, 03 Apr 2007)
New Revision: 62017

Modified:
   trunk/server/src/etc/conf/default/jboss-service.xml
Log:
Inject the KernelController into the MainDeployer for incomplete deployment checking

Modified: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml	2007-04-03 05:56:08 UTC (rev 62016)
+++ trunk/server/src/etc/conf/default/jboss-service.xml	2007-04-03 05:57:53 UTC (rev 62017)
@@ -21,6 +21,8 @@
           name="jboss.system:service=MainDeployer">
    	<!-- This is used to delegate the deployment handling -->
       <attribute name="KernelMainDeployer"><inject bean="MainDeployer" /></attribute>
+      <!-- This is used to validate incomplete deployments -->
+      <attribute name="Controller"><inject bean="jboss.kernel:service=Kernel" property="controller"/></attribute>
    </mbean>
 
    <!-- ==================================================================== -->




More information about the jboss-cvs-commits mailing list