I have a route that is transacted and split. The split calls a separate route to get some data via a CXF endpoint. When the CXF endpoint returns with an exception, the split group will stop but the exception never makes it into the onException handler of the split route. All the documentation and forum posts I have read suggest that I can expect the SOAP Fault to land in the onException block of the split route. Also tried qhite a few other variations but never get the onException block to trigger in the split route.
Anyone able to offer some insight on this one? Below a simplified example of what I am trying to do. I am on Camel 2.12.3 (smx 5.0.1) and tested this in the camel blueprint test harness. Many thanks, Niels -- View this message in context: http://camel.465427.n5.nabble.com/transacted-and-split-camel-route-does-not-invoke-onException-tp5752329.html Sent from the Camel - Users mailing list archive at Nabble.com.
