users@jersey.java.net

[Jersey] Enabling POJO JSON mapping without web.xml

From: James Shaw <js102_at_zepler.net>
Date: Sat, 11 Aug 2012 11:08:32 +0100

I'm trying to enable POJO JSON mapping with Jersey 1.13 using an
Application class annotated with @ApplicationPath("/")

As far as I can tell, the feature isn't being picked up by
JacksonProviderProxy: setFeaturesAndProperties() is receiving an
instance of DeferredResourceConfig which has no features set.

Am I doing something wrong or could this be a bug? I'll try and
reduce this to a test case if it's necessary.