Issues
- Envers fails to initialize Map with Embeddables (Could not resolve attribute 'REVTYPE' of 'java.util.Map')HHH-18779
- Deploying Hibernate on WAS 8.5.5 tries to use Liberty JTA PlatformHHH-16134
- Metamodel imports cache increases indefinitely for dynamically generated HQL aliases eventually leading to an OOMHHH-14948Resolved issue: HHH-14948Ivaylo Mitrev
- Converters defined through orm.xml are never retrieved from the CDI contextHHH-14881Resolved issue: HHH-14881Yoann Rodière
- <converter class="..."> in orm.xml ignores the <package> elementHHH-14880Resolved issue: HHH-14880Yoann Rodière
5 of 5
There is a problem when an entity with a Map containing
@Embeddable
values is loaded from Envers.The problem occurs when a UserAddress entity is loaded via Envers:
The following Exception is thrown:
A full reproducer is attached.