You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Frank Schönheit (JIRA)" <ji...@apache.org> on 2012/09/20 13:19:08 UTC

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

Frank Schönheit created CAMEL-5631:
--------------------------------------

             Summary: 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


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/trunk/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".


--
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

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

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

         Priority: Minor  (was: Major)
    Fix Version/s: 2.10.2
                   2.11.0
                   2.9.4
    
> 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
>            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 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

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

Posted by "Frank Schönheit (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480317#comment-13480317 ] 

Frank Schönheit commented on CAMEL-5631:
----------------------------------------

Uhm, this ... ??slightly?? slipped for a number of reasons. Well, finally: It's fixed in 2.10.3-SNAPSHOT. Thank you.
                
> 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
>            Priority: Minor
>             Fix For: 2.9.4, 2.10.2, 2.11.0
>
>         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

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

Posted by "Frank Schönheit (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Schönheit updated CAMEL-5631:
-----------------------------------

    Description: 
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/trunk/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: {{CamelContextStoppingEvent}}s are also affected.

  was:
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/trunk/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".


    
> 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
>         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/trunk/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: {{CamelContextStoppingEvent}}s 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

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

Posted by "Frank Schönheit (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Schönheit updated CAMEL-5631:
-----------------------------------

    Attachment: EventHelperTest.java

EventHelperTest.java contains a unit test exposing the problem.
                
> 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
>         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/trunk/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".

--
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

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

Posted by "Frank Schönheit (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Schönheit updated CAMEL-5631:
-----------------------------------

    Description: 
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.

  was:
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/trunk/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.

    
> 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
>         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

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

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480679#comment-13480679 ] 

Christian Müller commented on CAMEL-5631:
-----------------------------------------

It's fixed in 2.10.2 which is already released.
                
> 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
>            Priority: Minor
>             Fix For: 2.9.4, 2.10.2, 2.11.0
>
>         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

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

Posted by "Frank Schönheit (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Schönheit updated CAMEL-5631:
-----------------------------------

    Description: 
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/trunk/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.

  was:
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/trunk/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: {{CamelContextStoppingEvent}}s are also affected.

    
> 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
>         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/trunk/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

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

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller closed CAMEL-5631.
-----------------------------------

    Resolution: Fixed

Thanks for reporting Frank.
It's now fixed. Do you consider to test the current SNAPSHOT's to see whether it works for you?
                
> 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
>            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 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

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

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on CAMEL-5631 started by 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

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

Posted by "Frank Schönheit (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462534#comment-13462534 ] 

Frank Schönheit commented on CAMEL-5631:
----------------------------------------

Will do, probably today. Thanks for fixing.
                
> 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
>            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 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

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

Posted by "Frank Schönheit (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481010#comment-13481010 ] 

Frank Schönheit commented on CAMEL-5631:
----------------------------------------

ops :)
                
> 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
>            Priority: Minor
>             Fix For: 2.9.4, 2.10.2, 2.11.0
>
>         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

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

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ 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