|
Hi, I am also facing this very same problem.
In my case, I only get this error when running a uber-jar (fatjar) of my entire project. Executing `mvn exec:java` works like a charm because log4j converters are only detected in the fat jar (do not know why).
Using Log4j2 2.0rc1 and Hibernate 4.3.5.
|