[
https://issues.jboss.org/browse/ARQ-1155?page=com.atlassian.jira.plugin.s...
]
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