At the moment OGM doesn’t work with Envers because it doesn’t recognize the additional entities introduced by envers.
This is the exception thrown:
\ { code noformat }
Caused by: org.hibernate.HibernateException: OGM000059: Unable to find a GridType for org.hibernate.type.CustomType
\ { code noformat }
The cause of the exception (visible debugging) is this type: `
{noformat} org.hibernate.envers.internal.entities.RevisionTypeType ` {noformat}
Not sure if registering the entities is enough to make it work. |
|