Well, I believe that after sending the MessageExchange through the JBI DeliveryChannel, when the reply comes back, the underlying MessageExchange on the JbiExchange is not set to the reply.
I believe that is the reason why the servicemix-camel component attempts to create a new Fault message, because it doesn't find one in the JbiExchange due to the fact that the underlying MessageExchange is still the request one... Therefore, there needs to be a mechanism to set the MessageExchange on the JbiExchange, isn't it? Am I completely off course here? gnodet wrote: > > Not sure. Why would you want to overwrite the MessageExchange ? The > exact same object is used when the response is received, so I don't > really see the point. > > -- View this message in context: http://www.nabble.com/Getting-Camel-fault-exception-tp19401580p19895713.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
