I’m running version 5.6.10.Final and it seems that I have similar problem to the one reported here. Here is the stacktrace:
This happens when I delete a OneToMany relationship that has children after running a test. When empty the cleanup after test runs successfully. The only difference is that I don’t have the global flag, but instead @Audited(withModifiedFlag = true. Enabling enable_lazy_load_no_trans: true cause a NPE instead. Might the bug still exist? |