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

Anil Saldhana anil.saldhana at jboss.com
Wed Jul 19 15:41:33 EDT 2006


  User: asaldhana
  Date: 06/07/19 15:41:33

  Modified:    src/main/org/jboss/mx/modelmbean  Tag: Branch_4_0
                        ModelMBeanInvoker.java
  Log:
  Add an additional debug message that the default ctr was used to construct the interceptor
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.34.2.7  +3 -2      jmx/src/main/org/jboss/mx/modelmbean/Attic/ModelMBeanInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ModelMBeanInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/jmx/src/main/org/jboss/mx/modelmbean/Attic/ModelMBeanInvoker.java,v
  retrieving revision 1.34.2.6
  retrieving revision 1.34.2.7
  diff -u -b -r1.34.2.6 -r1.34.2.7
  --- ModelMBeanInvoker.java	12 Jan 2006 22:53:09 -0000	1.34.2.6
  +++ ModelMBeanInvoker.java	19 Jul 2006 19:41:33 -0000	1.34.2.7
  @@ -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.34.2.6 $
  + * @version $Revision: 1.34.2.7 $
    */
   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