Open antidote2 opened 8 years ago
Could you contribute this failing test as a part of a PR from which I could take over and see what's going on under the hood?
Unfortunately I do not work any more in that project and would need to create an EE setup with arquillian and db.
No worries, I'll see what I can do :)
I constructed a simple example:
The test passes with @Transactional(TransactionMode.DISABLED) or fails with COMMIT at the assert line
Could you please explain what happens under the hood leading to this condition.
TEST
METHOD UNDER TEST
Last arquillian release version on wildfly 8, last arquillian-extension-transaction version, hibernate 4.3.5
Best Regards!