Re: [Resteasy-users] Confused on handling response containing collections in json

2013-09-04 Thread Mike Miller
- From: Bill Burke [mailto:bbu...@redhat.com] Sent: Wednesday, September 04, 2013 2:54 PM To: resteasy-users@lists.sourceforge.net Subject: Re: [Resteasy-users] Confused on handling response containing collections in json Switch to Jackson on the server side. We will be deprecating

Re: [Resteasy-users] Confused on handling response containing collections in json

2013-09-04 Thread John D. Ament
] Sent: Wednesday, September 04, 2013 3:50 PM To: Mike Miller Cc: resteasy-users@lists.sourceforge.net Subject: Re: [Resteasy-users] Confused on handling response containing collections in json Just don't include the jettison module and include all the jackson stuff. Should work. On 9/4

Re: [Resteasy-users] Confused on handling response containing collections in json

2013-09-04 Thread Bill Burke
@lists.sourceforge.net Subject: Re: [Resteasy-users] Confused on handling response containing collections in json Just don't include the jettison module and include all the jackson stuff. Should work. On 9/4/2013 4:19 PM, Mike Miller wrote: Sorry - we are JBoss 4.2.3.GA (still) with RestEasy 2.3.5

Re: [Resteasy-users] Confused on handling response containing collections in json

2013-09-04 Thread Mike Miller
for a set of data? -Original Message- From: Bill Burke [mailto:bbu...@redhat.com] Sent: Wednesday, September 04, 2013 3:50 PM To: Mike Miller Cc: resteasy-users@lists.sourceforge.net Subject: Re: [Resteasy-users] Confused on handling response containing collections in json Just don't include

Re: [Resteasy-users] Confused on handling response containing collections in json

2013-09-04 Thread Bill Burke
Switch to Jackson on the server side. We will be deprecating Jettison in the near future as it is buggy and not being well maintained. Jackson has all of what Jettison has and more... But you are right, Jettison produces different JSON. On 9/4/2013 3:27 PM, Mike Miller wrote: We are building