[jboss-cvs] JBossAS SVN: r87958 - branches/Branch_5_x/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:01:49 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-04-28 14:01:49 -0400 (Tue, 28 Apr 2009)
New Revision: 87958

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

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java	2009-04-28 17:59:43 UTC (rev 87957)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java	2009-04-28 18:01:49 UTC (rev 87958)
@@ -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