dev@jersey.java.net

Re: [Jersey] jersey-json _at_Consume POST

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 26 Oct 2009 09:42:00 +0100

On Oct 23, 2009, at 11:11 PM, Gallagher,Patrick wrote:
> In short, I think upgrading to 1.1.3-ea will fix my problems
> although I’m not sure why accepting CreateArtifactRequest instead of
> JAXBElement<ReqType> in my function signature changes the behavior
> so drastically.
>

Is CreateArtifactRequest annotated with @XmlRootElement or @XmlType?

If the latter it might be a bug in 1.0.3.

Paul.