[jboss-cvs] JBossAS SVN: r87959 - trunk/system/src/main/org/jboss/system/server/profileservice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 28 14:02:47 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-04-28 14:02:47 -0400 (Tue, 28 Apr 2009)
New Revision: 87959

Modified:
   trunk/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java
Log:
Log the ManagedObject and ManagedComponent names for the bootstrap components.


Modified: trunk/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java
===================================================================
--- trunk/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java	2009-04-28 18:01:49 UTC (rev 87958)
+++ trunk/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java	2009-04-28 18:02:47 UTC (rev 87959)
@@ -522,7 +522,10 @@
                }
                ManagedComponentImpl comp = new ManagedComponentImpl(type, md, bmdMO);
                md.addComponent(bmdMO.getName(), comp);
-               log.debug("Created ManagedComponent of type: "+type+" for bean: "+bmdMO.getName());               
+               log.debug("Created ManagedComponent("+comp.getName()+") of type: "
+                     +type
+                     +" for MO: "+bmdMO.getName()
+                     +", componentName: "+bmdMO.getComponentName());               
             }
 
             if(md != null)




More information about the jboss-cvs-commits mailing list