JBoss development,
A new message was posted in the thread "Regression moving to JBossXB
2.0.2.Beta5":
http://community.jboss.org/message/532640#532640
Author : Alexey Loubyansky
Profile :
http://community.jboss.org/people/alex.loubyansky@jboss.com
Message:
--------------------------------------------------------------
I'll have a look. Is result the root element in the xml?
I do have tests for nillable elements in the testsuite. I need to check nillable roots.
<ns_arr:arr
xmlns:ns_arr='http://www.jboss.org/xml/test/arraywrapper'>"
+
<ns_arr:stringArray>
<ns_arr:value>item1</ns_arr:value>
<ns_arr:value>item2</ns_arr:value>
<ns_arr:value></ns_arr:value>
<ns_arr:value
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:nil='1'></ns_arr:value>
</ns_arr:stringArray>
</ns_arr:arr>
This unmarshals into an array of 4 strings with the 3rd element being an empty string and
the 4th one null.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/532640#532640