Hi,
I frequently see exceptions during development such as
com.objectdb.o._RollbackException: Failed to commit transaction: Optimistic lock failed for object com.example.MyEntity#3 (object has version 1 instead of 3)
Could you please explain what this means, and what I can do about it.
Thanks you,
Carl