[jboss-jira] [JBoss JIRA] Created: (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:50:11 EST 2010


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