0 Replies Latest reply on Feb 18, 2003 1:35 AM by raptor

    Unregistering MBeans

    raptor

      I am setting up an MBean as a NotificationListener during the init() call in a servlet. In the detroy method I am removing the NotificationListener followed by unregistering the MBean. However, the MBean continues to not only show up when viewing the jmx-console, it also continues to receieve the AttributeNotifications.

      Is this a bug with JBoss JMX?