Hello,
I have another question regarding the use of ObjectDB in my web application described in the thread https://www.objectdb.com/forum/2353:
When running tests on localhost that suppose to delete item/s in my database , I often get the OptimisticLockException and I can't figure out why, because there are not any other processes that modify objects in the database - only me.
Usually, running the same test a few more times (using http delete request) eventually works, without anything changing during this process.
What could cause this exception, knowing there couldn't be any concurrent actions on the same object?
Thanks in advanced,
Yotam