[jboss-cvs] JBossAS SVN: r89605 - trunk/server/src/etc/conf/all/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 1 10:40:17 EDT 2009


Author: jaikiran
Date: 2009-06-01 10:40:14 -0400 (Mon, 01 Jun 2009)
New Revision: 89605

Modified:
   trunk/server/src/etc/conf/all/bootstrap/deployers.xml
Log:
JBAS-6987 MBeans for each deployment being deployed are now by default disabled (commented out). The deployers.xml has a comment on how to enable it.

Modified: trunk/server/src/etc/conf/all/bootstrap/deployers.xml
===================================================================
--- trunk/server/src/etc/conf/all/bootstrap/deployers.xml	2009-06-01 14:28:43 UTC (rev 89604)
+++ trunk/server/src/etc/conf/all/bootstrap/deployers.xml	2009-06-01 14:40:14 UTC (rev 89605)
@@ -83,7 +83,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