4 Replies Latest reply on May 1, 2002 9:35 AM by juha

    Problem with NotificationBroadcasterSupport?

    davidjencks

      The current implementation of NotificationBroadcasterSupport seems to give a ConcurrentModificationException if the result of the notification is to remove one of the listeners. Is this a bug?

      I would like to know whether to fix this by writing my own broadcaster support in my class or if I can fix it in jbossmx by copying the list before iterating in the jmx class.