Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4CA7CD572 for ; Sat, 22 Sep 2012 16:55:08 +0000 (UTC) Received: (qmail 25973 invoked by uid 500); 22 Sep 2012 16:55:07 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 25881 invoked by uid 500); 22 Sep 2012 16:55:07 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 25870 invoked by uid 99); 22 Sep 2012 16:55:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Sep 2012 16:55:07 +0000 Date: Sun, 23 Sep 2012 03:55:07 +1100 (NCT) From: =?utf-8?Q?Christian_M=C3=BCller_=28JIRA=29?= To: issues@camel.apache.org Message-ID: <390237368.112223.1348332907693.JavaMail.jiratomcat@arcas> In-Reply-To: <203819384.101821.1348139948297.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (CAMEL-5631) EventHelper.notifyRouteStarted skips all remaining notifiers if one if the notifiers ignores route events MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-5631?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian M=C3=BCller updated CAMEL-5631: ------------------------------------ Priority: Minor (was: Major) Fix Version/s: 2.10.2 2.11.0 2.9.4 =20 > EventHelper.notifyRouteStarted skips all remaining notifiers if one if th= e 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=C3=B6nheit > Assignee: Christian M=C3=BCller > Priority: Minor > Fix For: 2.9.4, 2.11.0, 2.10.2 > > Attachments: EventHelperTest.java > > > Having two or more notifiers registered at the management strategy of a c= amel context, where one of the notifiers (not the last one) is set up to ig= nore route events, results in all remaining notifiers to be skipped when no= tifying a RouteStartedEvent. > Look at http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/camel-co= re/src/main/java/org/apache/camel/util/EventHelper.java?revision=3D1340446&= view=3Dmarkup, line 237: There's a "return" which actually should be a "con= tinue". > Note: CamelContextStoppingEvents are also affected. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira