GitHub user edigrid opened a pull request: https://github.com/apache/camel/pull/338
don't clear attachments when points to same reference If an error was thrown, and the IN message has the same reference for attachments as OUT message, they shouldn't be cleared. You can merge this pull request into a Git repository by running: $ git pull https://github.com/edigrid/camel camel-2.13.x Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/338.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 #338 ---- commit 94948a9a73b6fcfd95c10a7bf7bef58c0e6a0332 Author: edigrid <supp...@edigrid.de> Date: 2014-11-21T14:41:33Z when error is thrown, if attachments are the same for IN and OUT message, they should be not cleared. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---