Martin Basovník created CAMEL-9666:
--------------------------------------
Summary: Safe copy of DefaultExchange does not propagete '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)