[jboss-jira] [JBoss JIRA] Created: (JBXB-120) Combination of XmlElements and XmlAnyElement doesn't work
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Tue Feb 12 05:49:03 EST 2008
Combination of XmlElements and XmlAnyElement doesn't work
---------------------------------------------------------
Key: JBXB-120
URL: http://jira.jboss.com/jira/browse/JBXB-120
Project: JBoss XML Binding (JBossXB)
Issue Type: Bug
Affects Versions: JBossXB-2.0.0.CR5
Reporter: Alexey Loubyansky
Assigned To: Alexey Loubyansky
Fix For: JBossXB-2.0.0.CR6
The following will not work unless XmlType specifies propOrder including the property annotated below
@XmlElements
({
@XmlElement(name="a", type=Integer.class),
@XmlElement(name="b", type=String.class)
})
@XmlAnyElement
public void setList(List<Object> wildcard)
The testcase is
package org.jboss.test.xb.builder.object.type.xmlanyelement.test;
public class XmlElementsAndXmlAnyElementUnitTestCase extends AbstractBuilderTest
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list