On Mon July 27 2009 5:20:47 am [email protected] wrote: > Michael Berkowitz wrote: > > I've done some pretty extensive work on WS exceptions under CXF, so if > > you like we can speak about it. Let me know. > > So, do you know how may I prevent my exceptions propagating to the Web > Container
They aren't. > or getting logged by the JAX-WS implementation? Setup java.util.logging for the PhaseInterceptorChain category to not log things. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
