What steps will reproduce the problem?
1. Use a COBOL structure with level 88 and check the "Map Conditions To Facets"
option
2. Edit the simpleType produced for level 88 and add a customization like so:
<annotation><appinfo>
<jaxb:typesafeEnumClass name="MyValueOption" />
</appinfo></annotation>
3. Generate the COBOL Transformers. The generated code does not compile
What is the expected output? What do you see instead?
The JAXB class contains an inner class. It should be referenced correctly like
so:
import com.legstar.test.coxb.level88.Dfhcommarea.MyValueOption;
instead of :
import com.legstar.test.coxb.level88.Dfhcommarea$MyValueOption;
Original issue reported on code.google.com by fady.mou...@gmail.com on 5 Apr 2011 at 12:23
Original issue reported on code.google.com by
fady.mou...@gmail.com
on 5 Apr 2011 at 12:23