Message loss with transacted CXF consumer

2012-05-03 Thread Stefan Burkard
Hi Daniel Oh, I forgot that in my example and it actually solves the problem! Interesting is that I gave that a try in my real project and it didn't work then. But that was on Camel 2.2 and the example-test is on Camel 2.9.x. Conclusion: I will try that again on my real project, since it was mig

Re: Message loss with transacted CXF consumer

2012-05-02 Thread Daniel Kulp
Can you try setting the property: org.apache.cxf.interceptor.USE_ORIGINAL_THREAD, "true" on the CXF endpoint and seeing if that helps? That should keep the request on the original thread and should allow the stack for that to unwind on an exception. Dan On Wednesday, May 02, 2012 04:36:35