[
https://jira.jboss.org/jira/browse/JBMETA-215?page=com.atlassian.jira.plu...
]
jaikiran pai updated JBMETA-215:
--------------------------------
Fix Version/s: (was: jboss-metadata-ejb-2.0.0-alpha-7)
Removing "Fix version" to avoid bumping from one version to another, on each
release.
Allow for configuration of transaction-retry
--------------------------------------------
Key: JBMETA-215
URL:
https://jira.jboss.org/jira/browse/JBMETA-215
Project: JBoss Metadata
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: ejb
Reporter: Carlo de Wolf
Assignee: Carlo de Wolf
The @TransactionRetry annotation must have an equivalent configuration option in
descriptors.
@TransactionRetry(numRetries=4, waitTime=1, waitTimeUnit=TimeUnit.SECONDS)
<assembly-descriptor>
<transaction-retry>
<!-- bindings as per spec -->
<method>
<ejb-name>*</ejb-name>
<method-name>...</method-name>
</method>
...
<num-retries>4</num-retries>
<wait-time>1</wait-time>
<wait-time-unit>SECONDS</wait-time-unit>
</transaction-retry>
</assembly-descriptor>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira