In an attempt to bypass the earlier bug, I've tried to specify the id method manually 
and to remove all reverences to the problem-causing id_seq string.  However, when I 
attempt to ant -f build-torque.xml on this:

<?xml version="1.0"?>
<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd";>
<!-- Autogenerated by JDBCToXMLSchema! -->
<database name="activ" defaultIdMethod="none">
    <table name="disjunctions">
        <column name="disjunction_id" primaryKey="true" idMethod="native" 
required="true" type="INTEGER"/>
        <column name="mode_id" required="true" type="INTEGER"/>
    </table>
</database>



I get:
[torque-data-model] Error [line 6, row 107]: Attribute "idMethod" must be declared for 
element type "column".


But it *is* declared for a column element type, isn't it?  Can anyone shed light on 
what this error message is trying to tell me?

Thank you,

Patryk

 
             

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to