With 2.1.4, the IM added some methods to call different methods on the 
ManagementFactory.     

There is a usePlatformMBeanServer flag that will cause it to call:
ManagementFactory.getPlatformMBeanServer()

And a serverName property that will cause it to call:
ManagementFactory.getPlatformMBeanServer(serverName)

Not sure if either of them helps you or not.

Dan




On Thu February 19 2009 4:30:46 am Adrian C wrote:
> Hi,
>
> I am hoping to used CXF's JMX's instrumentation and from the quick look
> that I had a this there does not seem to be an out of the box way to
> integrate with an existing MBeanServer. The only way that I can see to do
> this is to override the InstrumentationManagerImpl init's method ...
>
> Am I mistaken in this? Is there another way to do this?
>
> Thanks

-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to