Patches item #985681, was opened at 2004-07-06 04:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=985681&group_id=22866
Category: JBossServer Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: Lisa Retief (lretief) Assigned to: Nobody/Anonymous (nobody) Summary: JRMPInvoker updated to implement NotificationBroadcaster Initial Comment: Please see http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840871#3840871. As a result of the fact that JRMPInvoker extends RemoteObject it did not extend ServiceMBeanSupport and therefor did not implicitly implement NotificationBroadcaster. This was causing an exception when shutting down the server. The patch implements NotificationBroadcaster by delegating the methods to the existing ServiceMBeanSupport member variable, which is used in this context to add support for other interfaces as well. Patch attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=985681&group_id=22866 ------------------------------------------------------- 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
