Hi, I'm using a combination of a Camel TraceHandler and a CXF interceptor to capture on-the-wire messages and log them with the Camel message. In normal use this all works, but when I have an error the Camel TraceHandler isn't being called (the rest of the route is picking up the error correctly, it's just the tracing that isn't working).
When I run under the debugger everything works as expected. When I add synchronous=true to the CXF endpoints everything works as expected. Anyone got any ideas or suggestions for where I should look? This is with Camel 2.7.1, running on Windows. Thanks. Jim