You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2009/12/01 20:12:52 UTC

[jira] Created: (CAMEL-2245) Routing slip does not stop when Exchange is failed

Routing slip does not stop when Exchange is failed
--------------------------------------------------

                 Key: CAMEL-2245
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2245
             Project: Apache Camel
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Jonathan Anstey
            Assignee: Jonathan Anstey
             Fix For: 2.2.0




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2245) Routing slip does not stop when Exchange is failed

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56206#action_56206 ] 

Jonathan Anstey commented on CAMEL-2245:
----------------------------------------

Yep, makes sense. Thats why I added in stopping logic similar to the pipeline processor.

> Routing slip does not stop when Exchange is failed
> --------------------------------------------------
>
>                 Key: CAMEL-2245
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2245
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2245) Routing slip does not stop when Exchange is failed

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56205#action_56205 ] 

Claus Ibsen commented on CAMEL-2245:
------------------------------------

Yeah I guess it makes sense for the routing slip to always stop as it does not aggregate, and its essentially a pipes and filters.

Just wanted to inform that otherwise adding the option {{stopOnException}} should have been preferred such as with splitter / multicast etc.
As they are capable of aggregating where you can deal with the exception.

> Routing slip does not stop when Exchange is failed
> --------------------------------------------------
>
>                 Key: CAMEL-2245
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2245
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-2245) Routing slip does not stop when Exchange is failed

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-2245:
-------------------------------

    Affects Version/s: 1.6.2
        Fix Version/s: 1.6.3

I think we should backport this to 1.x

> Routing slip does not stop when Exchange is failed
> --------------------------------------------------
>
>                 Key: CAMEL-2245
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2245
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.6.2, 2.0.0
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 1.6.3, 2.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2245) Routing slip does not stop when Exchange is failed

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56219#action_56219 ] 

Claus Ibsen commented on CAMEL-2245:
------------------------------------

Merged to 1.x: 886075.

> Routing slip does not stop when Exchange is failed
> --------------------------------------------------
>
>                 Key: CAMEL-2245
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2245
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.6.2, 2.0.0
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 1.6.3, 2.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2245) Routing slip does not stop when Exchange is failed

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey resolved CAMEL-2245.
------------------------------------

    Resolution: Fixed

janstey@mojo:/x1/apache/camel-trunk/camel-core$ svn ci -m "CAMEL-2245 - stop routing slip when exchange is failed"
Sending        camel-core/src/main/java/org/apache/camel/processor/RoutingSlip.java
Adding         camel-core/src/test/java/org/apache/camel/processor/routingslip/RoutingSlipWithErrorHandlerTest.java
Sending        camel-core/src/test/java/org/apache/camel/processor/routingslip/RoutingSlipWithExceptionTest.java
Transmitting file data ...
Committed revision 885876.


> Routing slip does not stop when Exchange is failed
> --------------------------------------------------
>
>                 Key: CAMEL-2245
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2245
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.