users@jersey.java.net

Re: spring/webapp deployment problem in 0.4

From: Joachim Martin <jmartin_at_path-works.com>
Date: Tue, 15 Jan 2008 10:07:47 -0500

THANKS, that was it. Gotta read those dependencies closer.

--Joachim
Paul Sandoz wrote:
> Hi Joachim,
>
> I think the problem is jettison-1.0-alpha-1.jar does not contain the
> class:
>
> org.codehaus.jettison.json.JSONException
>
> that is required by the JAXBElementProvider.
>
> See the dependencies document [1]. You need to use the
> jettison-1.0-RC1.jar supplied with jersey 0.4 distribution.
>
> (Note that for 0.5 we have improved this so that XML usage with JAXB
> requires no dependency on jettison.)
>
> Hope this helps,
> Paul.
>
> [1]
> https://jersey.dev.java.net/source/browse/*checkout*/jersey/tags/jersey-0.4/jersey/docs/dependencies.html
>
>