-
Bug
-
Resolution: Fixed
-
P4
-
1.1
-
None
-
1.1
-
generic
-
generic
-
Verified
The JMX spec says in the section "MBean Server Notifications"
(p 123 of the 1.1 spec) that these notifications have type
"jmx.mbean.created" and "jmx.mbean.deleted". But the RI actually
exposes, via the constants REGISTRATION_NOTIFICATION and
UNREGISTRATION_NOTIFICATION in javax.management.MBeanServerNotification,
the values "JMX.mbean.registered" and "JMX.mbean.unregistered"
(yes, with JMX in capitals).
The spec should be changed to be aligned with the RI here.
(p 123 of the 1.1 spec) that these notifications have type
"jmx.mbean.created" and "jmx.mbean.deleted". But the RI actually
exposes, via the constants REGISTRATION_NOTIFICATION and
UNREGISTRATION_NOTIFICATION in javax.management.MBeanServerNotification,
the values "JMX.mbean.registered" and "JMX.mbean.unregistered"
(yes, with JMX in capitals).
The spec should be changed to be aligned with the RI here.