Hello,
I updated torque to 3.2rc-2 from 3.1 recently and got some strange error
frequently when heavily insert mode. ( continuesly insert over few hundread
object )
please refer to the error message.
Caused by: java.sql.SQLException: There were 197 rows inserted with this
records key value.
at com.workingdogs.village.Record.saveWithInsert(Record.java:426)
at com.workingdogs.village.Record.save(Record.java:220)
at com.workingdogs.village.Record.save(Record.java:190)
at
org.apache.torque.util.BasePeer.insertOrUpdateRecord(BasePeer.java:622)
... 75 more
It is happened windows and linux box both with MySQL4.1 and java 1.4.
The DB and application is in same machine.
and It was not happened torque-3.1.
I don't know how I can solve it.
Is it know issue ?
Thanks.
Youngho