]
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: