-
Bug
-
Resolution: Done
-
Major
-
7.2.0.GA
-
None
A test case for HHH-13241 / JBEAP-16315 exposed a bug in the testsuite when using java.persistence.EntityManager#createQuery(String, Class) with an entity class that is bytecode-enhanced.
The Class passed as an argument is loaded by a different ClassLoader (Apploader) than the bytecode-enhanced Class, making them incompatible.
The bug is reproduced by running BidirectionalLazyGroupsInEmbeddableTest HHH-13241 / JBEAP-16315.
- blocks
-
JBEAP-16315 [GSS](7.2.z) HHH-13241 / HHH-13138 - Constraint violation when deleting entites in bi-directional, lazy OneToMany association with bytecode enhancement
- Closed
- is incorporated by
-
JBEAP-16457 (7.2.z) Upgrade Hibernate ORM from 5.3.9 to 5.3.10
- Closed
- cloned from
-
HHH-13138 Loading...