Re: Name mangling of SDO codegen products

2007-03-22 Thread Frank Budinsky
Hi David, If by "tag" you mean "SDO property name", there was a bug in the generator template that was initializing the property name using genFeature.getSafeName(), which I believe you, yourself, fixed a couple of weeks ago. Did you regen, or otherwise fix the commonj.sdo factory class? Frank

Name mangling of SDO codegen products

2007-03-21 Thread David Adcox
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.