On the basis of this setup (using Jackson as JAXB-provider in a JavaEE application): How can I register my MixIn modules?
In my client application using the JAX-RS client feature it is registered automatically. I've seen this SO post, but where do I get the ObjectMapper from? I've tried to create on in my ServletContextListener and register the module there. But of course the mapper instance will be disposed after the contextInitialized method ends.