Yes openejb-jar.xml is in web-inf. It works for the jackson providers. Even if I change the ExceptionMapper to accept type Exception, it still does not work:
@Provider
public class DefaultExceptionHandler implements ExceptionMapper<Exception> {
@Override
public Response toResponse(Exception e) {
--
View this message in context:
http://openejb.979440.n4.nabble.com/ExceptionMapper-support-in-TomEE-1-6-0-tp4668599p4668613.html
Sent from the OpenEJB User mailing list archive at Nabble.com.
