[ https://issues.apache.org/activemq/browse/CAMEL-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-1551. -------------------------------- Resolution: Fixed trunk: 767405 Is enabled just like the tracer. There is an attribute on camel context in XML. And in Java you do it like the tracer. The purpose of this interceptor is to convert FAULT body messages into exceptions. A rare use case but for the folks in the JBI world. > HandleFault - Should not be a processor but interceptor > ------------------------------------------------------- > > Key: CAMEL-1551 > URL: https://issues.apache.org/activemq/browse/CAMEL-1551 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 2.0-M1 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.0.0 > > > This DSL is seldom used but its for the JBI world where FAULT can be > converted into an Exception instead. > Currently its a processor but it should be an interceptor strategy just as > stream cache, as it needs to be applied for every node. > The problem was not surfaced before CAMEL-1548 where the error handler is now > applied much more fine grained. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.