I didn't realize this, but if you go to: modules/system/layer/base/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml
if you set the attribute "export=true" for all the jackson dependencies, then you're deployment will see jackson. This is fixed in later versions of resteasy and resteasy installed on Wildfly/JBoss. On 8/28/2013 4:21 PM, John D. Ament wrote: > Bill, > > Yes. I think I found the issue, had to hack up my deployment > structure to bring in the necessary modules so I think it's better > (i'm at least seeing exceptions from jackson now). > > Thanks, > > John > > On Wed, Aug 28, 2013 at 4:12 PM, Bill Burke <bbu...@redhat.com> wrote: >> The client is running inside EAP 6.1? >> >> On 8/28/2013 3:33 PM, John D. Ament wrote: >>> Hi all >>> >>> I'm using RestEasy 2.3.6 (as a part of EAP 6.1). I am using the >>> client APIs and was wondering how to add a custom message body >>> reader/writer? The other REST server is using Jackson and has many >>> bindings that are jackson specific. I can't seem to add the >>> JacksonJaxbJsonProvider to REST EASY, as a result the JSON's getting >>> skewed. >>> >>> This is what I tried: >>> >>> ResteasyProviderFactory.getInstance().addMessageBodyWriter(JacksonJaxbJsonProvider.class); >>> RegisterBuiltin.register(ResteasyProviderFactory.getInstance()); >>> >>> Thanks, >>> >>> John >>> >>> ------------------------------------------------------------------------------ >>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! >>> Discover the easy way to master current and previous Microsoft technologies >>> and advance your career. Get an incredible 1,500+ hours of step-by-step >>> tutorial videos with LearnDevNow. Subscribe today and save! >>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Resteasy-users mailing list >>> Resteasy-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/resteasy-users >>> >> >> -- >> Bill Burke >> JBoss, a division of Red Hat >> http://bill.burkecentral.com >> >> ------------------------------------------------------------------------------ >> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! >> Discover the easy way to master current and previous Microsoft technologies >> and advance your career. Get an incredible 1,500+ hours of step-by-step >> tutorial videos with LearnDevNow. Subscribe today and save! >> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk >> _______________________________________________ >> Resteasy-users mailing list >> Resteasy-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/resteasy-users -- Bill Burke JBoss, a division of Red Hat http://bill.burkecentral.com ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Resteasy-users mailing list Resteasy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/resteasy-users