-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 6
-
Component/s: core-svc
-
b83
-
generic
-
generic
try this:
MBeanServerDelegateMBean delegate =
JMX.newMBeanProxy(ManagementFactory.getPlatformMBeanServer(),
MBeanServerDelegate.DELEGATE_NAME,
MBeanServerDelegateMBean.class,
true);
NotificationEmitter emitter = (NotificationEmitter)delegate;
=> ClassCastException
MBeanServerDelegateMBean delegate =
JMX.newMBeanProxy(ManagementFactory.getPlatformMBeanServer(),
MBeanServerDelegate.DELEGATE_NAME,
MBeanServerDelegateMBean.class,
true);
NotificationEmitter emitter = (NotificationEmitter)delegate;
=> ClassCastException