No Iam not performing anything with respect to AutoCommit. I observed that this problem is related to the isolation level. In MySQL the problem did not occur. When I checked the default isolation level of MySQL it is REPEATABLE_READ, in Derby it is READ_COMMITED.
Hope I must have the AUTOCOMMIT set to on. -- View this message in context: http://www.nabble.com/Row-level-locking-tf3745257.html#a10676514 Sent from the Apache Derby Developers mailing list archive at Nabble.com.
