users@jersey.java.net

[Jersey] Jackson problem with Jersey 1.9.1 (with reproducible test case)

From: Shaneal Manek <smanek_at_gmail.com>
Date: Mon, 31 Oct 2011 21:26:38 -0700

Hi,

I can't seem seem to access any resources that with JSON encoding
using Jersey 1.9.1.

I've created a minimal project that exhibits the problem at:
https://github.com/smanek/jerseyTest

If you download the code, and do a 'mvn tomcat:run', you'll see that
everything runs fine. However, when I try to access my JSON resource
at: http://localhost:8080/jerseyTest/rest/John I get an
AbstractMethodError with this backtrace:
https://gist.github.com/1329932

Notably, I can access non-json resources (for example
http://localhost:8080/jerseyTest/rest/hello works just fine).

Any suggestions? I've successfully used older versions of Jersey, but
this is my first time with a 1.9.x.

Thanks,
Shaneal