[jboss-jira] [JBoss JIRA] Closed: (JBXB-235) support for attributes bound to Lists
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Tue Dec 1 07:15:38 EST 2009
[ https://jira.jboss.org/jira/browse/JBXB-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Loubyansky closed JBXB-235.
----------------------------------
Resolution: Done
Fixed.
> support for attributes bound to Lists
> -------------------------------------
>
> Key: JBXB-235
> URL: https://jira.jboss.org/jira/browse/JBXB-235
> Project: JBoss XML Binding (JBossXB)
> Issue Type: Bug
> Affects Versions: JBossXB-2.0.2.Beta3
> Reporter: Alexey Loubyansky
> Assignee: Alexey Loubyansky
> Fix For: JBossXB-2.0.2.GA
>
>
> The following use-case is not supported
> // Example: Code fragment
> class Foo {
> ...
> @XmlAttribute List<Integer> items;
> }
> <!-- Example: XML Schema fragment -->
> <xs:complexType name="foo">
> ...
> <xs:attribute name="items">
> <xs:simpleType>
> <xs:list itemType="xs:int"/>
> </xs:simpleType>
> </xs:complexType>
--
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