[
https://issues.apache.org/jira/browse/CAMEL-11592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16099954#comment-16099954
]
ASF GitHub Bot commented on CAMEL-11592:
----------------------------------------
GitHub user johnpoth opened a pull request:
https://github.com/apache/camel/pull/1846
[CAMEL-11592] Exchange#addOnCompletion should route even if original …
…exchange has route stop / exception handled
https://issues.apache.org/jira/browse/CAMEL-11592
It might be better instead to add some java doc warning the user that he
has to implement some of the logic found in
[OnCompleteProcessor.java](https://github.com/apache/camel/blob/c710a2b43b7732d589bb2f0c12a03c7e8c513d93/camel-core/src/main/java/org/apache/camel/processor/OnCompletionProcessor.java#L138-L173).
Thanks!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/johnpoth/camel CAMEL-11592
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1846.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1846
----
commit 5469a927f8f77f9a7147e6c5ff53e26dcc089e4e
Author: jpoth <[email protected]>
Date: 2017-07-25T12:21:45Z
[CAMEL-11592] Exchange#addOnCompletion should route even if original
exchange has route stop / exception handled
----
> Exchange#addOnCompletion should route even if original exchange has route
> stop / exception handled
> --------------------------------------------------------------------------------------------------
>
> Key: CAMEL-11592
> URL: https://issues.apache.org/jira/browse/CAMEL-11592
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Reporter: John Poth
>
> When naively calling Exchange#addOnCompletion, the called route does not
> complete if original exchange has route stop / exception handled.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)