I have a simple restful WS on top of a jpa entity created using the net beans wizards and hosted in glassfish 3.1.2.
When calling the WS only fields with data are returned. Null value fields are omitted from the Jason or XML.
I have tried using @xmlelement(required=true) but this is ignored.
Where should I begin to investigate or is this a simple setting that needs to be applied.
Thanks all hints welcome