[
https://issues.apache.org/jira/browse/CAMEL-11664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154010#comment-16154010
]
Claus Ibsen commented on CAMEL-11664:
-------------------------------------
You are using an EOL version of Camel - try with latest.
The stop on exception works for us, and we see the exception from the on
prepare failure.
https://github.com/apache/camel/commit/f9cdfeb8753fa7219f66fdf10249e22223a1bdf1
> Split proceeds even if onPrepare throws Exception
> -------------------------------------------------
>
> Key: CAMEL-11664
> URL: https://issues.apache.org/jira/browse/CAMEL-11664
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.16.2
> Reporter: Christoph Läubrich
> Assignee: Claus Ibsen
>
> With the [splitter|http://camel.apache.org/splitter.html] you can set an
> onPrepareRef to allow custom preprocessing.
> If this processor fails with an exception, the splitting still proceeds
> leading to hard to track problems becuase the splitter receives messages that
> are not (or only partially) prepared! Even setting an exception does not let
> camel fail the split.
> If the prepare step fails camel should fail the split with the exception
> thrown from onPrepare.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)