Re: [Resteasy-users] usage question with regard to jboss as 6 w/Weld and JSON

2011-07-25 Thread Bill Burke
The jackson provider doesn't recognize jaxb annotations. You could try the jettison plugin, but it kinda sucks. I haven't yet looked into jackson's support for JAXB annotations. On 7/21/11 3:39 PM, michael_brindam...@dell.com wrote: > Hi folks, > > I am working on a new project in which we wil

Re: [Resteasy-users] usage question with regard to jboss as 6 w/Weld and JSON

2011-07-21 Thread Joe Littlejohn
Mike, I think this may be relevant: http://jira.codehaus.org/browse/JACKSON-163 Last comment on that improvement ticket: "Implemented serialization side support, so that wrapping can be enabled easily by setting 'SerializationConfig.Feature.WRAP_ROOT_VALUE' to true. If so, extra single-property

[Resteasy-users] usage question with regard to jboss as 6 w/Weld and JSON

2011-07-21 Thread Michael_Brindamour
Hi folks, I am working on a new project in which we will expose a restful webservice which returns json, and our stack is JBoss AS6, Weld 1.1.0.Final, and we are using RestEasy to provide the REST layer. I am trying to use the @Produces annotations to return json, and I'm having