users@jersey.java.net

[Jersey] Re: Need help with weird error with jersey and jackson

From: Tatu Saloranta <tsaloranta_at_gmail.com>
Date: Sun, 4 Nov 2012 11:52:01 -0800

On Sat, Nov 3, 2012 at 3:55 PM, Saroj Kumar <sarojk_at_gmail.com> wrote:
> Thanks everyone for their input
>
> Yes, we are using Jettison for JSON Conversion. We will explore upgrade and
> hopefully the problem will go away

That's your problem right there. Jettison is a mistake in itself,
assuming that use of XML APIs makes sense for JSON. You may be better
off moving to POJO mapping in future.

-+ Tatu +-