Re: [Resteasy-users] Jackson - not marked as ignorable

2013-01-05 Thread Bill Burke
You can also export jackson modules within resteasy-jaxrs module jboss-7.x/modules/org/jboss/resteasy/resteasy_jaxrs/modules.xml On 1/4/2013 12:03 AM, András Csányi wrote: On 3 January 2013 17:40, András Csányi sayusi.a...@sayusi.hu wrote: On 3 January 2013 17:29, András Csányi

Re: [Resteasy-users] Query on resteasy Interceptor

2013-01-05 Thread Bill Burke
On 1/4/2013 4:56 AM, ignou_mca wrote: Hi folks, I am working on a poc using resteasy framework and resteasy's MessageBodyWriterInterceptor the resource looks like this @GET @Path(/{id}) public Response getUserDetails(@PathParam(id) String id); The business logic is