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