[
https://issues.apache.org/activemq/browse/CAMEL-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48231#action_48231
]
Willem Jiang commented on CAMEL-159:
------------------------------------
+1 for Roman's suggestion.
I just did some change in the UseLatestAggregationStrategy.java to hold the
latest exception in the exchange and added a unit test in SplitterTest to test
for the propagating exceptions testing.
> Splitter does not propagate exceptions
> --------------------------------------
>
> Key: CAMEL-159
> URL: https://issues.apache.org/activemq/browse/CAMEL-159
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-core
> Reporter: Nicky Sandhu
> Assignee: Willem Jiang
> Fix For: 1.5.1, 2.0.0
>
>
> Splitter in its process method iterates over the body of a message and
> processes each part synchronously. It does not propogate exceptions thrown by
> the processor when processing the exchange. This makes it problematic for
> tryBlock()....handleAll() kind of applications.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.