Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4647122

JMX spec inconsistent with RI concerning MBean Server Notifications

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.1
    • 1.1
    • core-svc
    • 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.

            duke J. Duke
            emcmanus Eamonn McManus
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: