>   In my schema.xml file I have
>
> <table name="templatevalue" idMethod="native">
> <column name="name" primaryKey="true" required="true" size="255"
> type="VARCHAR"/>
> <column default="true" name="preview" primaryKey="true" required="true"
> type="BIT"/>
> <!-- Other fields removed -->
> </table>

Torque can not generate composite keys automatically, so the idMethod
attribute in the table should be set to "none". Can you change this and try
again ?

   Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
For additional commands, e-mail: torque-user-h...@db.apache.org

Reply via email to