Mark Smith commented on Task OGM-98

I just tried with OGM 4.0.0.Beta2 it doesn't work:

Caused by: org.hibernate.HibernateException: Unable to find a GridType for org.hibernate.type.CustomType
at org.hibernate.ogm.type.impl.TypeTranslatorImpl.getType(TypeTranslatorImpl.java:152)
at org.hibernate.ogm.persister.OgmEntityPersister.<init>(OgmEntityPersister.java:224)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

When I put my debugger on TypeTranslatorImpl.java i see that type.name = "org.hibernate.envers.entities.RevisionTypeType". I think this is related to OGM-75, since RevisionType is a CustomType.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira