Re: Configuring CXF FaultListener in TomEE

2017-03-20 Thread Romain Manni-Bucau
you just need to set your faultlistener in the cxf Message, this is easily done through an interceptor. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

Re: Configuring CXF FaultListener in TomEE

2017-03-20 Thread Paul Carter-Brown
Is that not for an interceptor? This is a FaultListener On 20 March 2017 at 20:28, Romain Manni-Bucau wrote: > cxf.jaxws.out-fault-interceptors = xx > > > Romain Manni-Bucau > @rmannibucau | Blog >

Re: Configuring CXF FaultListener in TomEE

2017-03-20 Thread Romain Manni-Bucau
cxf.jaxws.out-fault-interceptors = xx Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: Configuring CXF FaultListener in TomEE

2017-03-20 Thread Romain Manni-Bucau
Hi don't know if that's gmail formatting but the sample you shared doesnt follow the doc page format. Also if your class is in a webapp and not tomee/lib you cant set it on the bus and you need to use openejb-jar.xml to set it either on a pojo-deployment or ejb-deployment (depending if it is an

Configuring CXF FaultListener in TomEE

2017-03-20 Thread Paul Carter-Brown
Hi, Currently, my log files are full of warnings from org.apache.cxf.phase. PhaseInterceptorChain.doDefaultLogging whenever my JAX-WS services return with a SOAP Fault (even though its an application level fault defined in the WSDL). This means I get stack traces and dirty logs whenever a SOAP