I am very often getting a "com.objectdb.o._NoResultException: No matching results for a unique query" when modifying my already persisted entities within a transaction. I cannot replicate it however because it happens infrequently. The weird thing is that the entity nevertheless gets comitted perfectly right and all data is correctly written so I have no clue what's going on!??
Here's the stacktrace (copy+paste from debug output):
com.objectdb.o.MSG.d(MSG.java:61) com.objectdb.o.PRG.af(PRG.java:692) com.objectdb.o.PRG.ae(PRG.java:653) com.objectdb.o.PRG.ad(PRG.java:539) com.objectdb.o.QRM.U4(QRM.java:259) com.objectdb.o.MST.U4(MST.java:947) com.objectdb.o.WRA.U4(WRA.java:290) com.objectdb.o.WSM.U4(WSM.java:113) com.objectdb.o.STC.r(STC.java:447) com.objectdb.o.SHN.aj(SHN.java:489) com.objectdb.o.SHN.K(SHN.java:156) com.objectdb.o.HND.run(HND.java:133) java.lang.Thread.run(Thread.java:680)
thanks,
Alex