SDO codegen tool xsd2java seems to be mangling Java reserved words now, by
attaching an underscore (_) to the word.  So, 'static' is changed to
'static_' or 'abstract' is changed to 'abstract_'.  This has produced an
unexpected side-effect of changing, in at least one case, an SDO API entry
point.  The sdo:Type property 'abstract' is now only accessible by the
'abstract_' tag.  Is this an intentional change, or something that should be
fixed?

Reply via email to