An exception in a single BlueprintListener blueprintEvent() method should not
terminate the event dispatch chain.
------------------------------------------------------------------------------------------------------------------
Key: ARIES-11
URL: https://issues.apache.org/jira/browse/ARIES-11
Project: Aries
Issue Type: Bug
Components: Blueprint
Reporter: Rick McGuire
Assignee: Rick McGuire
The dispatch loop for calling BlueprintListener.blueprintEvent() methods does
not catch exceptions that might occur during a listener call. This can result
in some registered listeners not seeing some of the events. The listener
dispatch needs to catch all exceptions from individual method calls and process
the entire listener list.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.