Hi,
Didn't check, but I guess there is nothing on the documentation.
Regarding the timeout, you need in tomee.xml, redifine the Default
Transaction Manager as you just mentionned here after.
Something like that should do the trick
<!-- Default transaction time out is 600 -->
<TransactionManager id="Default Transaction Manager">
defaultTransactionTimeoutSeconds 1200
</TransactionManager>
The defaults are here
http://svn.apache.org/repos/asf/openejb/trunk/openejb/container/openejb-core/src/main/resources/META-INF/org.apache.openejb/service-jar.xml
JLouis
2012/9/12 zeddius <[email protected]>
> Hi all,
>
> Please advise how to configure default transaction timeout in TomEE?
>
> The only answer I found on this forum was:
> /By default its value is 600s
>
> In your openejb.xml file, redefine the "Default Transaction Manager" and
> add the parameter
> defaultTransactionTimeoutSeconds XXXX /
>
> But is there documentation or example anywhere how to do this for TomEE?
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/How-to-configure-default-transaction-timeout-in-TomEE-tp4657383.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>