Hi,
It seems as if you don't have the hibernate-ogm-core-4.1.3.Final module on your classpath.
How are you building your project? If you are using a dependency management tool such as Maven, Gradle or Ivy, the dependency to hibernate-ogm-mongodb-4.1.3.Final should pull it in automatically (unless you explicitly depend on hibernate-ogm-core-4.0.0.Beta1 in which case that'd take precedence). Otherwise you'd have to add the core module yourself. Just make sure that all OGM modules have the same version.
Hth,
--Gunnar
_________________ Visit my blog at http://musingsofaprogrammingaddict.blogspot.com/
|