[Resteasy-users] Subtle Jackson Change

2013-10-01 Thread Mark Jenkins
Hi, We have a lazy loaded list in a JAXB (XJC created) DTO such that the list only gets created when the 'get' method is called. If nothing is added to the list then the member variable will be null. With the 2.3.2 jackson-provider, null lists were returned as an empty array []. With the

Re: [Resteasy-users] Subtle Jackson Change

2013-10-01 Thread Bill Burke
Its probably some setting in Jackson you'll have to set. Not sure. You'll have to track it down in the Jackson documentation. Resteasy is only a very very very very thin wrapper around Jackson. On 10/1/2013 11:21 AM, Mark Jenkins wrote: Hi, We have a lazy loaded list in a JAXB (XJC