Emond Papegaaij created ARQ-1925:
------------------------------------
Summary: @After no longer runs within transaction boundaries since 1.1.7
Key: ARQ-1925
URL:
https://issues.jboss.org/browse/ARQ-1925
Project: Arquillian
Issue Type: Feature Request
Components: Extension - Transaction
Affects Versions: 1.1.7.Final, transaction_1.0.1.Final
Reporter: Emond Papegaaij
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.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)