[
https://issues.apache.org/jira/browse/CAMEL-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977723#action_12977723
]
Claus Ibsen commented on CAMEL-3498:
------------------------------------
Try with 2.6-SNAPSHOT as said on user forum and if its still an issue (you
think) then attach a test case / sample. And pin point what you expect to
happen.
> Splitter Component: Setting 'streaming = "true"' breaks error handling
> ----------------------------------------------------------------------
>
> Key: CAMEL-3498
> URL: https://issues.apache.org/jira/browse/CAMEL-3498
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.5.0
> Reporter: Ralf Steppacher
>
> Setting 'streaming = "true"' breaks error handling:
> If an exception is thrown in a processor, the exception in the subExchange is
> copied to the original exchange in MulticastProcessor line 554. In Splitter
> line 140 the original exchange is copied, including the exception that was
> thrown while processing the previous exchange. This prevents all subsequent
> exchanges from being processed successfully.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.