Using legstar-cob2xsd, COBOL level 88 can optionally produce XML Schema
enumerations.
The problem is that JAXB subsequently ignores these enumerations because:
1. They are produced within anonymous simple types
2. Members could be numeric values rather than strings (if the COBOL field was
numeric)
To overcome this, legstar-jaxbgen should generate "typesafeEnumClass" and
"typesafeEnumMember" annotations to help JAXB produce Enum classes.
Original issue reported on code.google.com by fady.mou...@gmail.com on 9 Apr 2011 at 8:29
Original issue reported on code.google.com by
fady.mou...@gmail.com
on 9 Apr 2011 at 8:29