Hi, currently i'm trying to register my own FaultListener (on CXF bus) for all JAX-RS Endpoints, as i want to get rid of the huge stracktraces logged as warnings. (see JAX-RS Exceptionhandling <http://cxf.apache.org/docs/jax-rs-basics.html#JAX-RSBasics-Exceptionhandling> )
I found clues that it could be possible to configure it via the TomEE system.properties (see configuring-cxf-bus-in-tomee <http://rmannibucau.wordpress.com/2013/07/09/configuring-cxf-bus-in-tomee-or-openejb-standalone/> ). But i have no idea how i should use the property file to add my FaultListener to the cxf bus properties. Alternatively i would be happy with some help how to set the printStackTrace property of the WebApplicationExceptionMapper via property configuration. I would appreciate some help with the above mentioned TomEE configuration properties. Best regards Volker Ivens -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Register-FaultListener-for-JAX-RS-to-CXF-bus-tp4672573.html Sent from the TomEE Users mailing list archive at Nabble.com.
