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
>
>