[jboss-cvs] jboss-mbeans/src/main/org/jboss/mx/modelmbean ...

Anil Saldhana anil.saldhana at jboss.com
Wed Jul 19 15:47:22 EDT 2006


  User: asaldhana
  Date: 06/07/19 15:47:22

  Modified:    src/main/org/jboss/mx/modelmbean  ModelMBeanInvoker.java
  Log:
  Add an additional debug message that the default ctr was used to construct the interceptor
  
  Revision  Changes    Path
  1.4       +2 -1      jboss-mbeans/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ModelMBeanInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mbeans/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ModelMBeanInvoker.java	12 Jan 2006 22:55:36 -0000	1.3
  +++ ModelMBeanInvoker.java	19 Jul 2006 19:47:21 -0000	1.4
  @@ -91,7 +91,7 @@
    * @author  <a href="mailto:juha at jboss.org">Juha Lindfors</a>.
    * @author  <a href="mailto:dimitris at jboss.org">Dimitris Andreadis</a>.
    * @author Matt Munz
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public abstract class ModelMBeanInvoker extends AbstractMBeanInvoker
      implements ModelMBean, ModelMBeanConstants
  @@ -746,6 +746,7 @@
                  + interceptorClass, t);
               // Try the default ctor
               interceptor = (Interceptor) interceptorClass.newInstance();
  +            log.debug("Success:default ctr used to construct:"+ interceptorClass);
            }
            interceptors.add(interceptor);
   
  
  
  



More information about the jboss-cvs-commits mailing list