[jboss-jira] [JBoss JIRA] Updated: (JBMETA-215) Allow for configuration of transaction-retry

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Mon Jan 11 12:46:31 EST 2010


     [ https://jira.jboss.org/jira/browse/JBMETA-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lee Rubinger updated JBMETA-215:
---------------------------------------

    Fix Version/s: jboss-metadata-ejb-2.0.0-alpha-5
                       (was: 1.0.2.GA)


Assigning outside jboss-metadata and into jboss-metadata-ejb

> 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: jboss-metadata-ejb-2.0.0-alpha-5, 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