Patches item #449369, was opened at 2001-08-08 19:17 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=449369&group_id=22866 Category: JBossServer Group: v2.5 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Cameron (camtabor) Assigned to: Nobody/Anonymous (nobody) Summary: Multiple Schedulers patch Initial Comment: The Scheduler was not able to support more than one Scheduler MBean being setup. Behaviors: - When trying to setup more than one Scheduler, it tried to create the Timer MBean when it was already registered, therefore there was an exception. - There was no notification filter, so all the Schedulers would receive all notifications from the timer. Changes in Scheduler.java: - Test to see if the Timer MBean is already initialized before trying to initialize another. - Created a SchedulerNotificationFilter so each Scheduler only gets its notifications. - Stop was broken, the call to removeNotification (Integer id) wasn't working, fixed. This is my first time trying to submit a patch, I'll attach a tar file with a Scheduler.diff (output from diff -u) and the new Scheduler.java. Please let me know if there is anything else I need to do. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=449369&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
