Skip to content

fixed BUG-45764: commit silently rolls back if trx is marked for rollback

Asier Lostalé requested to merge alo-issues/openbravo:fix/45764-rollback into master

When commitAndClose is invoked on a Hibernate transaction that is marked for rollback, database connection is rolledback without any information.

Now this situtation adds logs with stack trace to make it easier to debug.

Merge request reports