Re: [Resteasy-users] SE Clients and providers

2015-01-26 Thread John D. Ament
Hmmm ok weird one. I had a missing classpath dependency. However, even with that fixed no luck. I took a copy of ResteasyJackson2Provider and changed the produces/consumes to be application/json instead of application/*+json and it worked fine. John On Mon Jan 26 2015 at 12:37:22 PM John D.

[Resteasy-users] SE Clients and providers

2015-01-26 Thread John D. Ament
Hi, I'm using a simple SE client w/ RestEasy to talk to multiple systems. One system exposes its APIs using Jackson1 annotations and the other uses Jackson2 annotations. I create two distinct clients for each of them, one registering the jackson provider and the other registering the jackson2