Sergey Beryozkin-5 wrote > > <cxf:outFaultInterceptors> > > <ref bean="faultOutInterceptor"/> > </cxf:outFaultInterceptors> > should do it. > > Let me know if it works please. > > By the way, I think CXF JAX-RS should ship a utility out fault > interceptor which will let use the exception mappers to convert the > escaped exceptions too, I'll look into it later > > Cheers, Sergey
fault interceptors do not catch the fault either. See http://cxf.547215.n5.nabble.com/inFaultInterceptors-are-not-invoked-td5719836.html Exception mapper can be registered on a jaxrs:server, when I need to have a unified way across all servers across all application modules, so I have to register it on a bus. -- View this message in context: http://cxf.547215.n5.nabble.com/Intercepting-exceptions-on-the-server-side-tp5719964p5720016.html Sent from the cxf-user mailing list archive at Nabble.com.
