[jboss-jira] [JBoss JIRA] (JBMETA-345) Implement transaction timeout
Carlo de Wolf (Created) (JIRA)
jira-events at lists.jboss.org
Fri Dec 9 06:38:40 EST 2011
Implement transaction timeout
-----------------------------
Key: JBMETA-345
URL: https://issues.jboss.org/browse/JBMETA-345
Project: JBoss Metadata
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: ejb
Reporter: Carlo de Wolf
Assignee: Carlo de Wolf
Allow a transaction timeout to be specified when using contain transactions.
{code:xml}
<jboss:ejb-jar>
<assembly-descriptor>
<container-transaction>
<method>
<ejb-name>A</ejb-name>
<method-name>*</method-name>
</method>
<trans-attribute>RequiresNew</trans-attribute>
<tx:trans-timeout>
<tx:timeout>10</tx:timeout>
<tx:unit>Seconds</tx:unit>
</tx:trans-timeout>
</container-transaction>
</assembly-descriptor>
</jboss:ejb-jar>
{code}
--
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 jboss-jira
mailing list