[jboss-jira] [JBoss JIRA] Closed: (JBXB-240) XmlJavaTypeAdapter is not supported on a property bound to an attribute
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Thu Mar 4 03:54:10 EST 2010
[ https://jira.jboss.org/jira/browse/JBXB-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Loubyansky closed JBXB-240.
----------------------------------
Resolution: Done
Fixed.
> XmlJavaTypeAdapter is not supported on a property bound to an attribute
> -----------------------------------------------------------------------
>
> Key: JBXB-240
> URL: https://jira.jboss.org/jira/browse/JBXB-240
> Project: JBoss XML Binding (JBossXB)
> Issue Type: Bug
> Affects Versions: JBossXB-2.0.2.Beta4
> Reporter: Alexey Loubyansky
> Assignee: Alexey Loubyansky
> Fix For: JBossXB-2.0.2.GA
>
>
> E.g. the following is not supported
> @XmlAttribute()
> @XmlJavaTypeAdapter(value = StringWrapperAdapter.class)
> public StringWrapper getAttr()
> {
> return attr;
> }
--
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