Hi Matt, You would need to register the service with a service property jmx.objectname. Its value would be as per JMX naming conventions like 'domain:instance=name1'. Once that is done the service would be registered with JMX server
Have a look at TestCase MBeanTest [1] Chetan Mehrotra [1] http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-whiteboard/src/test/java/org/apache/aries/jmx/whiteboard/integration/MBeanTest.java?view=markup --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

