[arquillian-issues] [JBoss JIRA] (ARQ-1155) Make JNDI transaction name configurable

Bartosz Majsak (JIRA) jira-events at lists.jboss.org
Tue Oct 16 03:07:02 EDT 2012


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

Bartosz Majsak edited comment on ARQ-1155 at 10/16/12 3:05 AM:
---------------------------------------------------------------

The same can be achieved using "manager" property from the core implementation.
{code:xml}
<extension qualifier="transaction">
  <property name="manager">java:jboss/UserTransaction</property>
</extension>
{code}
                
      was (Author: bmajsak):
    The same can be achieved using "manager" property from the core implementation.
{code:xml}
  <extension qualifier="transaction">
    <property name="manager">java:jboss/UserTransaction</property>
  </extension>
{code}
                  
> Make JNDI transaction name configurable
> ---------------------------------------
>
>                 Key: ARQ-1155
>                 URL: https://issues.jboss.org/browse/ARQ-1155
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Transaction
>            Reporter: Bartosz Majsak
>            Assignee: Bartosz Majsak
>             Fix For: transaction_1.0.0.next
>
>
> JTA transaction jndi should be configurable through arquillian.xml as it is currently done in Persistence Extension.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list