[
https://issues.jboss.org/browse/JBMETA-345?page=com.atlassian.jira.plugin...
]
Carlo de Wolf resolved JBMETA-345.
----------------------------------
Fix Version/s: 7.0.0.Beta31
Resolution: Done
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
Fix For: 7.0.0.Beta31
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