Hi Ivar, first of all thanks for your reply
I looked at your example but it doesn't contain an exception mapper.
I've setup an example myself:
https://github.com/marceloverdijk/jersey2-spring3
It contains an GlobalExceptionMapper being configured in
applicationContenxt.xml and registered in MyApplication.java (the
Jersey app). This GlobalExceptionMapper also has @Component and
@Provider annotations.
The issue is this exception mapper does not kick in. The single
HelloResource the project contains has a resource action which throws
an exception, but for some reason it's not handled by my
GlobalExceptionMapper.