Hi,
It seems your are compiling the Hibernate OGM core module yourself from source?
We use JBoss Logging as a logging abstraction layer (https://github.com/jboss-logging). This is an annotation processor which creates log wrappers based on interfaces such as org.hibernate.ogm.util.impl.Log. Are you running a test from within your IDE by any chance? Then the issue may be that target/generated-sources/annotations is missing as a source folder in your IDE, in which case the logger implementation can not be found at (test) runtime.
If that is not the issue, some more context (what are you trying to do, how are you running this code etc.) would be helpful.
Cheers,
--Gunnar
_________________ Visit my blog at http://musingsofaprogrammingaddict.blogspot.com/
|