This is another example of code that worked fine in an older version
and changes in behavior in 3.1.2.

On Thu, Aug 27, 2015 at 12:00 PM, Benson Margulies <[email protected]> wrote:
> Has the process of installing an exception mapper changed? My mappers
> aren't being invoked.
>
> sf.setProvider(new JacksonJaxbJsonProvider(JsonUtils.getObjectMapper(),
>         JacksonJaxbJsonProvider.DEFAULT_ANNOTATIONS));
> sf.setProvider(new JsonExceptionMapper());
> sf.setProvider(new WebApplicationExceptionMapper());
> sf.setProvider(new GenericExceptionMapper());

Reply via email to