+1 for moving it to a specific component. -- Andrea Cosentino ---------------------------------- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: [email protected] Twitter: @oscerd2 Github: oscerd
On Thursday, July 18, 2019, 9:17:18 AM GMT+2, Claus Ibsen <[email protected]> wrote: Hi For Camel 3 we have the opportunity to reduce the cruft from the Message API in Camel: https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-13755 The fault is from JBI / SOAP-WS spec and therefore very seldom used, only camel-cxf and camel-spring-ws uses SOAP-WS fault where a message can be marked as a fault. So what we should do is to remove the fault message from camel-api and let it be a component specific thing for camel-cxf and camel-spring-ws. This also removes some of the setFault EIPs / fault expressions in simple language etc and what else. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
