[Resteasy-users] resteasy.document.expand.entity.references=false gives javax.xml.bind.UnmarshalException: unexpected element for POSTs

2013-10-21 Thread Mark Jenkins
I am using WildFly 8.0.0.Beta (which includes RestEasy 3.0.4). I am getting an exception (below) for every POST request to JAX-RS web services. I've done some digging, and found out that the exception occurs if in web.xml, I set resteasy.document.expand.entity.references to false (the

Re: [Resteasy-users] RestEasy 3.0.4 compatibility with JBoss 4.2.3

2013-10-02 Thread Mark Jenkins
OK so this seems to be my problem http://mail-archives.apache.org/mod_mbox/cxf-users/201001.mbox/%3c201001251303.53630.dk...@apache.org%3E the validation rules have been tightened in the JAXB version (2.2.7) supplied in the 3.0.4 release Any suggestions on the best way of 1) Loosening

[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