Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects versions: 3.6.5, 4.2.0.CR2
-
Fix versions: 4.2.1, 4.3.0.Beta2
-
Components: hibernate-envers
-
Environment:All versions, all databases.
-
Bug Testcase Reminder (view):
-
Suitable for new contributors:Yes, likely
-
Requires Release Note:Affirmative
-
Last commented by a user?:true
-
Sprint:
Description
When we have any entity mapped with <dynamic-component> properties, a NullPointerException is raised on initialization of Envers.
This occurs even if this entity is not audited.
See: https://community.jboss.org/message/800227#800227
To reproduce:
Create an entity and map a field with a <dynamic-component> tag.
Start the application.