[ 
https://issues.apache.org/jira/browse/DELTASPIKE-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek updated DELTASPIKE-256:
----------------------------------------

    Fix Version/s:     (was: 0.4-incubating)
                   0.6-incubating
    
> allow custom timeout for the UserTransaction
> --------------------------------------------
>
>                 Key: DELTASPIKE-256
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-256
>             Project: DeltaSpike
>          Issue Type: New Feature
>          Components: JPA-Module
>    Affects Versions: 0.3-incubating
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 0.6-incubating
>
>
> right now it's only possible via:
> @Dependent
> @Alternative
> public class CustomTransactionStrategy extends 
> EnvironmentAwareTransactionStrategy
> {
>     @Override
>     protected int getDefaultTransactionTimeoutInSeconds()
>     {
>         return 30;
>     }
> }
> it should be possible to configure it via a type-safe module-config (for 
> every outermost transactional bean)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to