[jboss-cvs] JBossAS SVN: r106951 - branches/JBPAPP_5_1/server/src/etc/conf/all/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 20 16:53:45 EDT 2010


Author: jiwils
Date: 2010-07-20 16:53:45 -0400 (Tue, 20 Jul 2010)
New Revision: 106951

Modified:
   branches/JBPAPP_5_1/server/src/etc/conf/all/bootstrap/deployers.xml
Log:
Fix for JBPAPP-4684.  Registering of MC Components as MBeans by default has been disabled.

Modified: branches/JBPAPP_5_1/server/src/etc/conf/all/bootstrap/deployers.xml
===================================================================
--- branches/JBPAPP_5_1/server/src/etc/conf/all/bootstrap/deployers.xml	2010-07-20 19:49:09 UTC (rev 106950)
+++ branches/JBPAPP_5_1/server/src/etc/conf/all/bootstrap/deployers.xml	2010-07-20 20:53:45 UTC (rev 106951)
@@ -98,7 +98,13 @@
 
    <!-- The holder for deployers that do real deployment -->
    <bean name="Deployers" class="org.jboss.deployers.plugins.deployers.DeployersImpl">
+   <!-- Uncomment the following @org.jboss.aop.microcontainer.aspects.jmx.JMX to enable registering
+    MC beans as MBeans. These MBeans provide debug level information about which deployers were selected for
+    processing the deployment and what attachments were added to the deployment. More details http://www.jboss.org/index.html?module=bb&op=viewtopic&t=155074&start=10#4233874
+    -->
+    <!--
       <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