Hi all,

we use optimistic locking using timestamp.
is there a best practice to not get the OptimisticLockException
(returned by the method JdbcAccessImpl.executeDelete(ClassDescriptor cld,
Object obj) )
when we try to delete a non-existent object in a database ?
Obviously, we want to keep the locking='true' in the cld.

Thanks!



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to