-
Feature Request
-
Resolution: Done
-
Major
-
transaction_1.0.1.Final, 1.1.7.Final
-
None
With the changes in TestLifecycleEvents introduced in Arquillian core 1.1.7, the @After junit methods no longer run within the transaction boundaries. In TransactionHandler.endTransactionAfterTest, first the transaction is ended and then the event proceeds, calling @After methods.
I've created a pull request that switches these call, this fixes our testcases.