]
Adam Warski resolved HHH-5177.
------------------------------
Resolution: Fixed
Fix Version/s: 4.0.0.Alpha1
3.6.1
auditing a child of a mapped superclass forces auditing on siblings
-------------------------------------------------------------------
Key: HHH-5177
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5177
Project: Hibernate Core
Issue Type: Bug
Components: envers
Affects Versions: 3.3.2
Reporter: Clint Popetz
Assignee: Adam Warski
Fix For: 3.6.1, 4.0.0.Alpha1
Attachments: envers-bug.tar.gz
If I have:
@MappedSuperclass public class Parent { }
@Audited @Entity public class AuditedChild extends Parent { }
@Entity public class NonAuditedChild extends Parent { }
envers will try to flush audit data for changes to NonAuditedChild.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: