have you tried specifying the idMethod directly on the table tag <table name="COLUMN" idMethod="native" ...
does that lead to the same error? john mcnally Dan Finkelstein wrote: > > Sure, here is how my xml schema for the COMPANY table. Thanks! > > <app-data> > <database > defaultIdMethod="native" > > > > <table name="COMPANY"> > <column name="ID" required="true" autoIncrement="true" > primaryKey="true" type="INTEGER"/> > <column name="NAME" required="true" size="255" type="VARCHAR"/> > <column name="GLOBALXML" required="true" size="255" type="VARCHAR"/> > <column name="UPDATED" required="true" type="TIMESTAMP"/> > </table> > > </database> > > </app-data> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
