Hi, I am trying to get some more insight into when the outgoing and incoming fault interceptor chains are activated. I had thought that the fault chains are automatically executed if a Fault is thrown from an interceptor. But it appears as though this is not correct, at least for clients. I think it works like that server side.
I noticed that the XMLMessageInInterceptor manually activates the incoming fault chain in the xml in the message is a XMLFault Is it a bug that throwing a fault from a interceptor in the outgoing and incoming chains does not automatically activate the related fault chain? I am using cxf 3.1.6
