Just one comment : > In JAX-RS javax.ws.rs.WebApplicationException does the equivalent of what > I want WebApplicationExceptions are not sent to the container due to the fact that CXF JAX-RS includes the default WebApplicationException ExceptionMapper. Any custom exceptions for which no ExceptionMappers can be found will actually escape to the container wrapped in a ServletException as per the JAX-RS spec - it can be disabled though
cheers, Sergey [email protected] wrote: > > What is the correct way in JAX-WS to throw exceptions to the Client (or > caller) and not propagate to my Web Container? > (In JAX-RS javax.ws.rs.WebApplicationException does the equivalent of what > I want) > > > Ahora tambi�n puedes acceder a tu correo Terra desde el m�vil. > Inf�rmate pinchando aqu�. > > > > -- View this message in context: http://www.nabble.com/JAX-WS-Client-Exceptions-%28that-do-not-propagate-to-the-Web-Container%29-tp24628435p24633333.html Sent from the cxf-user mailing list archive at Nabble.com.
