Vitaliy Sapounov commented on an issue
Hibernate ORM / Bug HHH-8524
Using Hibernate + JTA + Envers leads to Envers fails when JTA transaction commits
Hi All,

(_Please note that I'm filing this bug initially without a test case (will try to create one once if I have some free time), just trying to convey this misbehavior that might be fixed in the forthcoming 4.3.0._)

----

STEPS TO REPRODUCE:

0. Create a .war application (include hibernate-core and hibernate-envers version 4.3.0.Beta4)
1. U...