[arquillian-issues] [JBoss JIRA] (ARQ-1074) TransactionProvider should be supported on client side

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Thu Aug 16 11:46:15 EDT 2012


    [ https://issues.jboss.org/browse/ARQ-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712080#comment-12712080 ] 

Aslak Knutsen commented on ARQ-1074:
------------------------------------

You would need to add an extract check. If @Test is runOnClient or LocalProtocol(used by embedded containers) and Class/Method is transactional, then verify existence of TxProvider

Similar to this: https://github.com/arquillian/arquillian-core/blob/master/container/test-impl-base/src/main/java/org/jboss/arquillian/container/test/impl/RunModeUtils.java
                
> TransactionProvider should be supported on client side
> ------------------------------------------------------
>
>                 Key: ARQ-1074
>                 URL: https://issues.jboss.org/browse/ARQ-1074
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Transaction
>    Affects Versions: transaction_1.0.0.Alpha1
>            Reporter: Aslak Knutsen
>             Fix For: transaction_1.0.0.next
>
>
> We should support automating TransactionManagement for the Client side as well as for in container. 
> A TransactionProvider could register it self to be in Client context. This will allow for embedded service containers to provide their own hooks without reloading the AuxiliaryArchives as it's done by Remote Containers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list