Hi Steve, Same think happened to me and i had a hard time tracking it down :)
It is a configuration issue: torque.database.bookstore.adapter=mssql should be torque.database.fcpmerrorreport.adapter=mssql Just let me know if you have problems because my config is pretty much the same. Best wishes, Andras. ----- Original Message ----- From: "Steve Hansen" <[EMAIL PROTECTED]> To: "Turbine Torque Users List" <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 19:33 Subject: IdGenerator for table 'myIdentTable' is null > Hello, > > I'm having trouble doing an insert using torque. My setup is: > torque-3.0-rc1 > ant 1.5.1 > jdk1.3.1_01 > MS-SQL 2000 sp1 > > The error I'm getting is: > org.apache.torque.TorqueException: IdGenerator for table 'myIdentTable' is > null > at org.apache.torque.util.BasePeer.doInsert(BasePeer.java:690) > at > com.neworder.om.BaseMyidenttablePeer.doInsert(BaseMyidenttablePeer.java:195) > at > com.neworder.om.BaseMyidenttablePeer.doInsert(BaseMyidenttablePeer.java:480) > at com.neworder.om.BaseMyidenttable.save(BaseMyidenttable.java:313) > at com.neworder.om.BaseMyidenttable.save(BaseMyidenttable.java:275) > at com.neworder.om.BaseMyidenttable.save(BaseMyidenttable.java:255) > at com.neworder.TorqueTester.startIt(TorqueTester.java:40) > at com.neworder.TorqueTester.main(TorqueTester.java:20) > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
