1 Reply Latest reply on Oct 2, 2004 5:49 PM by dimitris

    Finding the MBeanServer outside JBoss's VM

    osganian

      Is it possible to find the MBeanServer running inside JBoss's VM from a Java process running outside JBoss's VM? I would like my unit tests to be able to lookup MBeans and invoke methods on them but when I try to find the MBeanServer (by calling findMBeanServer(null)) I get an empty list.

      Thanks for any help,
      Mike