Mantis - Resin
Viewing Issue Advanced Details
6105 minor always 10-16-17 13:01 10-01-17 16:04
wileysaw  
ferg  
normal  
closed 4.0.54  
unable to reproduce  
none    
none  
0006105: No JMX notifications triggered when registration/unregistering happens of MBeans
7.4 MBean Server Notifications

The MBean server will always emit notifications when MBeans are registered or
deregistered. A specific subclass of the Notification class is defined for this
purpose: the MBeanServerNotification class, that contains a list of object names
involved in the operation.

Notes
(0006807)
ferg   
10-01-17 16:04   
qa/01q5

Notifications occur through MBeanServerDelegate. Checked using MBeanServer obtained from JNDI and MBeanServer obtained from ManagementFactory.getPlatformMBeanServer().