jacktrades
jacktrades

Reputation: 7392

Jackson in Jboss / Resteasy

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

Upvotes: 2

Views: 4446

Answers (1)

alternative4
alternative4

Reputation: 147

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.

Upvotes: 3

Related Questions