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 "David Adcox" <[EMAIL PROTECTED]> wrote on 03/21/2007 08:46:53 PM: > 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? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
