Concurrency Issue With Rollback

2009-10-12 Thread quinya
name = #name#, code = #code#, updated_time = #updatedTime# where id = #id# and updated_time = #oldUpdatedTime# -- View this message in context: http://www.na

Re: Concurrency Issue

2009-06-26 Thread Ellis Miller
Sounds like a locking/PK constraint issue on the database side - 2 users trying to insert into table yet ibatis is trying to manage the database integrity, especially in case of ibatis handling any database sequences (know on JBoss side this can be an issue). I would test dropping/disabling the PK

Concurrency Issue

2009-06-25 Thread Vasantha Rapuru
Hi, I am not sure if this is the right forum to post my issue. Any pointers in solving this issue will be of great help. We are facing one issue when two concurrent users are trying to insert different set of records in single table. The error code we are getting is "ISAM error: Key Value locke