Thanks Tatu - explicitly adding a dependency on jackson-xc 1.9.1 seems
to fix the problem.
-Shaneal
On Mon, Oct 31, 2011 at 10:12 PM, Tatu Saloranta <tsaloranta_at_gmail.com> wrote:
> 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 +-
>