Hi. I would like to ask how transaction timeouts are set for the whole form.
For example: If I have the following: - Screen A has a transaction-timeout of 600 - Screen A has a form which calls on Service B which has a transaction-timeout of 0 - Service B calls Service C which has a transaction-timeout of 300 How long before I would get the error org.ofbiz.entity.transaction.GenericTransactionException: Roll back error (with no rollbackOnly cause found), could not commit transaction, was rolled back instead: javax.transaction.RollbackException: Transaction timout (Transaction timout)? Thanks! Ian
