Emmanuel Bernard wrote:
Thinking out loud. Couldn't we check if the first SLF4J call
raises CNFE
and wraps that in a meaningful Exception
HibernateException("You forgot to add a SLF4J implementation (like
slf4log4j) in your class path, go do
slf4j.org blah blah");
If this is doable (sounds like it is), it would be much better user
experience.
-CB