Bundled version of qdox fails to handle annotations on enums
------------------------------------------------------------

                 Key: JIBX-414
                 URL: http://jira.codehaus.org/browse/JIBX-414
             Project: JiBX
          Issue Type: Bug
          Components: BindGen
    Affects Versions: JiBX 1.2.2
            Reporter: Jens Hausherr


The version of qdox included with jibx fails to handle some features of Java 5+:

import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;

@XmlEnum(String.class)
public enum Enum {

  @XmlEnumValue("xxx") VALUE

}

I could solve the problem by replacing the qdox.jar with qdox-1.12.jar from 
ibiblio.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to