A couple of places in the code use the following to discover the MBeanServer: MBeanServerFactory.findMBeanServer(null).iterator().next(); This assumes that there's only one MBeanServer in the VM, which might not always be the case. Can we make the server or its ID globally available? Where should it go? --Will _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
