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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 7 10:29:17 EDT 2008


Author: adrian at jboss.org
Date: 2008-10-07 10:29:17 -0400 (Tue, 07 Oct 2008)
New Revision: 79223

Modified:
   trunk/server/src/etc/conf/default/deployers.xml
Log:
[JBAS-6030] - Enable JMX management of deployments

Modified: trunk/server/src/etc/conf/default/deployers.xml
===================================================================
--- trunk/server/src/etc/conf/default/deployers.xml	2008-10-07 14:08:28 UTC (rev 79222)
+++ trunk/server/src/etc/conf/default/deployers.xml	2008-10-07 14:29:17 UTC (rev 79223)
@@ -52,8 +52,7 @@
 
    <!-- The holder for deployers that do real deployment -->
    <bean name="Deployers" class="org.jboss.deployers.plugins.deployers.DeployersImpl">
-      <!-- FIXME JBAS-6030 uncomment this -->
-      <!--annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.deployment:service=DeployersImpl", exposedInterface=org.jboss.deployers.plugins.deployers.DeployersImplMBean.class, registerDirectly=true)</annotation-->
+      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.deployment:service=DeployersImpl", exposedInterface=org.jboss.deployers.plugins.deployers.DeployersImplMBean.class, registerDirectly=true)</annotation>
       <constructor><parameter><inject bean="jboss.kernel:service=KernelController"/></parameter></constructor>
       <!-- Accept any implementor of deployer -->
       <incallback method="addDeployer"/>




More information about the jboss-cvs-commits mailing list