10-19-2015 11:59 PM
10-20-2015 08:09 AM
According to the Configuration Parameters Index (nuxeo.conf) documentation page, it is the:
Database transaction timeout in seconds (available for Tomcat server only). Default value: 300.
It is used in the nuxeo
Tomcat application context:
<Resource name="TransactionManager" auth="Container"
type="javax.transaction.TransactionManager"
factory="org.nuxeo.runtime.jtajca.NuxeoTransactionManagerFactory"
transactionTimeoutSeconds="${nuxeo.db.transactiontimeout}" />
Do you need more details?
10-21-2015 08:08 AM
yup, does it stop any kind of transaction if it exceed the timeout?
10-21-2015 11:50 PM
what file is this?
10-22-2015 05:32 AM
It's in templates/common-base/conf/Catalina/localhost/nuxeo.xml.nxftl
which is used to produce conf/Catalina/localhost/nuxeo.xml
10-22-2015 05:52 AM
The value is passed to the org.apache.geronimo.transaction.manager.TransactionImpl
.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.