On Mon, Oct 31, 2011 at 9:26 PM, Shaneal Manek <smanek_at_gmail.com> wrote:
> 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
That looks like something you might get if you had a version mismatch
Specifically, I would ensure that version of "jackson-xc" jar is 1.9.1
as well, and that there are no instances of jar with older version.
-+ Tatu +-