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

[Resteasy-users] Jackson - not marked as ignorable

2013-01-03 Thread András Csányi
Dear All, I would like to ask some help regarding jackson and class convert to JSON. When I post my class to the server I got this error message: 17:14:57,358 WARN [org.jboss.resteasy.core.SynchronousDispatcher] Failed executing POST /core/partners/addnewpartner:

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

2013-01-03 Thread András Csányi
On 3 January 2013 17:29, András Csányi sayusi.a...@sayusi.hu wrote: According to the Internet it should be in the org.jboss.resteasy.annotations.providers package, but my jar (resteasy-jaxrs-2.3.1.GA), delivered by maven, contains only this package: org.jboss.resteasy.annotations.providers.img

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

2013-01-03 Thread András Csányi
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 sayusi.a...@sayusi.hu wrote: Oh, I got it! I had to add resteasy-jackson-provider something like this: dependency groupIdorg.jboss.resteasy/groupId