5 Replies Latest reply on Mar 11, 2002 2:48 PM by cmasson

    New MBean causes JBoss to log excessively

    cmasson

      Hi

      My MBean runs successfully in JBoss. However, since I've added it, JBoss seems to spew out an enormous amount of additional information to the console.

      Here is an extract of the original log showing a JBoss MBean being initialized:

      [JNDIView] Initializing
      [JNDIView] Initialized

      Here is the extract once I've added my own Mbean - suddenly much more is logged (my MBean was initialized earlier).

      [JNDIView] Initializing
      [Default] 4757 [JBossMain] INFO org.jboss.naming.JNDIView - Initializing
      [JNDIView] Initialized
      [Default] 4757 [JBossMain] INFO org.jboss.naming.JNDIView - Initialized

      Any help would be appreciated.
      Thanks
      Cornel.