[jboss-jira] [JBoss JIRA] Updated: (JBMETA-215) Allow for configuration of transaction-retry
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Wed Jan 13 10:32:32 EST 2010
[ https://jira.jboss.org/jira/browse/JBMETA-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai updated JBMETA-215:
--------------------------------
Component/s: ejb
Fix Version/s: jboss-metadata-ejb-2.0.0-alpha-6
(was: 2.0.0.CR1)
(was: jboss-metadata-ejb-2.0.0-alpha-5)
Moving this one to next 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
> Fix For: jboss-metadata-ejb-2.0.0-alpha-6
>
>
> 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
More information about the jboss-jira
mailing list