[
https://issues.apache.org/jira/browse/CAMEL-9666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15177613#comment-15177613
]
ASF GitHub Bot commented on CAMEL-9666:
---------------------------------------
GitHub user basovnik opened a pull request:
https://github.com/apache/camel/pull/882
CAMEL-9666: Propagate 'fault' property to soft copy
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/basovnik/camel CAMEL-9666
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/882.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 #882
----
commit dbd9c0c6bf0203a0ab6c82876f5ee936f479fcba
Author: Martin Basovnik <[email protected]>
Date: 2016-03-03T10:19:04Z
CAMEL-9666: Propagate 'fault' property to soft copy
----
> Safe copy of DefaultExchange does not propagate 'fault' property
> -----------------------------------------------------------------
>
> Key: CAMEL-9666
> URL: https://issues.apache.org/jira/browse/CAMEL-9666
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.17.0
> Reporter: Martin BasovnĂk
>
> {{fault}} property should be copied in the following places:
> https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/impl/DefaultExchange.java#L100
> https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/impl/DefaultExchange.java#L107
> Consequences:
> {{DefaultExchange#isFault()}} does not work if {{exception}} property is not
> set.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)