Thanks for looking, but the patch is not valid and making other mbeans implement NotificationBroadcaster is not the way to address the exception. The real problem is that the org.jboss.management.j2ee.MBean class only registers for notification on mbeans that implement javax.management.NotificationBroadcaster, but it unconditionally tries to unregister on all mbeans. The type of exception must have changed such that the current MBean.preDestruction try/catch block is incorrect. The correct change is only to unregister with those mbeans previously the MBean code register as a listener of.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841020#3841020 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841020 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
