Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
-
Number of attachments :
Description
Support for configuring the timeout property on the transactionfactorybuilder through the jruby transactional closure.
so something like
transaction(timeout = 10, TimeUnit.SECONDS)
Default use a TimeUnit.SECONDS for timeunit
so a user can say:
transactional(timeout = 10){ ... }