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.