[jboss-jira] [JBoss JIRA] Created: (JBXB-193) repeatable all group is unmarshalled into the same group instance
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Thu Mar 12 04:23:22 EDT 2009
repeatable all group is unmarshalled into the same group instance
-----------------------------------------------------------------
Key: JBXB-193
URL: https://jira.jboss.org/jira/browse/JBXB-193
Project: JBoss XML Binding (JBossXB)
Issue Type: Bug
Affects Versions: JBossXB-2.0.1.Beta2
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
There is a testcase for this issue org.jboss.test.xb.builder.object.type.jbossxmlmodelgroup.test.RepeatablePropertyAllUnmarshallingTestCase.
The problem is XB doesn't create a new group when it should. For example for a gorup of a, b and c
<root>
<b>b</b>
<c>c</c>
<b>bb</b>
<a>aa</a>
</root>
will be unmarshalled into the same group instance overriding the previous value of b.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list