1 Reply Latest reply on Mar 20, 2003 6:43 AM by adrian.brock

    Replacing JMX

    senthilnathan

      Dear all,

      I have a requirement to replace JMX default implementation in JBoss with some other JMX implementation.

      Is it possible to do so?

      if so .. How to replace?

      Regards
      Senthil

        • 1. Re: Replacing JMX

          In JBoss3.0 this is more difficult.
          JBoss deployers make use of the Unified ClassLoaders
          only available in JBossMX.

          In JBoss2.4 it should be possible to just replace
          jmxri.jar with another implementation, however
          some parts of the 2.4 code accidently uses a bug
          in Sun's reference implementation.

          Regards,
          Adrian