Abhay Kumar commented on Improvement XSTR-716

I'm using Spring to send an XML request with empty tag. Xtream Marshaller is getting used to marshall the values. My model class has

Boolean defaultInstrument

The xml request has the empty tag

<defaultInstrument/>

When this gets marshalled the value is "false", however it should be null because the datatype is Boolean and not boolean. Is there anything else that I need to specify so that the check for primitive and Object datatypes are taken care of.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to