Is there a clean & easy way to enable Jackson implementation in Jboss – AS 7?
Aiming to work only with Jackson and not with Jettison.
I can see that Jboss has support for both:
/usr/share/jboss-as/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.2.Final.jar
/usr/share/jboss-as/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.2.Final.jar
This short tutorial explains how you can configure RESTeasy to use Jackson. You might also want to look at this article on setting up restful applications on JBoss AS 7.