[jboss-dev-forums] [JBoss XML Binding Development] New message: "Re: Regression moving to JBossXB 2.0.2.Beta5"
Alexey Loubyansky
do-not-reply at jboss.com
Wed Mar 17 19:05:59 EDT 2010
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
More information about the jboss-dev-forums
mailing list