I have this route, and i want the correct soap fault back to the client, i have found out that i have to set "throwExceptionOnFailure=false". How do i do this on the reciepientList ? I Tried to set it as a header option, but this dosent work.
from("direct:channel2").onException(Exception.class).handled(true). process(new LogError(HubConstants.CHANNEL2.getValue())).end() .recipientList() .method(Util.class, "getEndpoint"); I cant figure out the syntax. Frank -- View this message in context: http://camel.465427.n5.nabble.com/How-to-set-throwExceptionOnFailure-correct-on-my-recipientList-tp5763110.html Sent from the Camel - Users mailing list archive at Nabble.com.