User: mnf999  
  Date: 02/01/20 07:19:38

  Modified:    src/main/org/jboss/system ServiceCreator.java
  Log:
  
  
  Revision  Changes    Path
  1.11      +5 -3      jboss/src/main/org/jboss/system/ServiceCreator.java
  
  Index: ServiceCreator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/system/ServiceCreator.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ServiceCreator.java       2002/01/05 12:08:54     1.10
  +++ ServiceCreator.java       2002/01/20 15:19:38     1.11
  @@ -25,7 +25,7 @@
    * @see Service
    * 
    * @author <a href="mailto:[EMAIL PROTECTED]";>Marc Fleury</a>
  - * @version $Revision: 1.10 $
  + * @version $Revision: 1.11 $
    * 
    * <p><b>Revisions:</b>
    * <p><b>2001/08/03 marcf </b>
  @@ -83,12 +83,14 @@
         ConstructorInfo constructor =
   
         ConstructorInfo.create(mbeanElement);
  -      if (debug)
  -         log.debug("About to create bean: "+name);
  +      
  +      if (debug) log.debug("About to create bean: "+name);
  +
                
         // Create the MBean instance
         try 
         {
  +         log.info("code "+code);
            ObjectInstance instance = server.createMBean(code,
                                                         name,
                                                         loader,
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to