|
When JTA transaction is already marked as rollback-only, then Envers should not try to do any auditing.
In current version, Envers fails when JTA transaction is already marked as rollback-only and it tries to do auditing. As a result, exception is being thrown which swallows the original exception (for example ConstraintViolationException). For more information, see HHH-8181.
|