[jboss-jira] [JBoss JIRA] Updated: (JBMETA-215) Allow for configuration of transaction-retry
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Fri Oct 23 05:45:05 EDT 2009
[ https://jira.jboss.org/jira/browse/JBMETA-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Loubyansky updated JBMETA-215:
-------------------------------------
Fix Version/s: 1.0.2.GA
(was: 1.0.2.Beta2)
> 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)
> Reporter: Carlo de Wolf
> Assignee: Carlo de Wolf
> Fix For: 1.0.2.GA, 2.0.0.CR1
>
>
> 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