name = #name#,
code = #code#,
updated_time = #updatedTime#
where
id = #id#
and
updated_time = #oldUpdatedTime#
--
View this message in context:
http://www.na
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
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