Hi Amos,

Thank you for you interest in the JMX Technology.
This message concerns your incident report:
http://webbugs.sfbay/rt/incidentDisplay?incidentID=1009839


JmxMBeanServer is a private API that you shouldn't be using from
outside the JDK.
See: http://webbugs.sfbay/rt/incidentDisplay?incidentID=528593


Instead of using the setMBeanServerInterceptor() method you should either:

a) use the MBeanServerBuilder provided by the Project OpenDMK
see http://opendmk.dev.java.net/ and http://docs.sun.com/app/docs/doc/816-7609/6mdjrf85d?q=MBeanServerInterceptor&a=view

or
b) Provide your own MBeanServerBuilder, which can be use to provide
   a similar functionality.
   You can download Project OpenDMK Sources at
   http://opendmk.dev.java.net/ too see how MBeanServerInterceptors
   can be implemented on top of the JMX API or see also this
   other example:
   http://blogs.sun.com/nickstephen/entry/jmx_extending_the_mbeanserver_to

Best regards,

-- daniel
http://blogs.sun.com/jmxetc

Reply via email to