[arquillian-issues] [JBoss JIRA] (ARQ-1925) @After no longer runs within transaction boundaries since 1.1.7

Emond Papegaaij (JIRA) issues at jboss.org
Tue Feb 24 07:22:49 EST 2015


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)


More information about the arquillian-issues mailing list