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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 6 11:19:27 EDT 2008


Author: adrian at jboss.org
Date: 2008-10-06 11:19:27 -0400 (Mon, 06 Oct 2008)
New Revision: 79157

Modified:
   trunk/server/src/etc/conf/default/deployers.xml
Log:
[JBAS-6030] - Need to register directly if we implement MBeanRegistration

Modified: trunk/server/src/etc/conf/default/deployers.xml
===================================================================
--- trunk/server/src/etc/conf/default/deployers.xml	2008-10-06 15:18:18 UTC (rev 79156)
+++ trunk/server/src/etc/conf/default/deployers.xml	2008-10-06 15:19:27 UTC (rev 79157)
@@ -53,7 +53,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)</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