You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Müller (JIRA)" <ji...@apache.org> on 2012/09/21 00:14:08 UTC

[jira] [Assigned] (CAMEL-5631) EventHelper.notifyRouteStarted skips all remaining notifiers if one if the notifiers ignores route events

     [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller reassigned CAMEL-5631:
---------------------------------------

    Assignee: Christian Müller
    
> EventHelper.notifyRouteStarted skips all remaining notifiers if one if the notifiers ignores route events
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-5631
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5631
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.10.0
>            Reporter: Frank Schönheit
>            Assignee: Christian Müller
>         Attachments: EventHelperTest.java
>
>
> Having two or more notifiers registered at the management strategy of a camel context, where one of the notifiers (not the last one) is set up to ignore route events, results in all remaining notifiers to be skipped when notifying a RouteStartedEvent.
> Look at http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/camel-core/src/main/java/org/apache/camel/util/EventHelper.java?revision=1340446&view=markup, line 237: There's a "return" which actually should be a "continue".
> Note: CamelContextStoppingEvents are also affected.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira