Disable Jettison marshalling

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2690

This topic has not yet been written. The content below is from the topic description.
22.1. Possible Conflict With JAXB Provider If your Jackson classes are annotated with JAXB annotations and you have the resteasy-jaxb-provider in your classpath, you may trigger the Jettision JAXB marshalling code. To turn off the JAXB json marshaller use the @org.jboss.resteasy.annotations.providers.jaxb.IgnoreMediaTypes("application/*+json") on your classes.