I am writting a resteasy webservice to produce data in XML format. The XML output works fine when there is data. The real problem comes when there is no data. It stops with parent tag.
if there is no data it looks like this
<salts/>
I am looking for this kind of output
<salts>
<salt/>
<salts>