On Sep 18, 2008, at 15:32, Steve Ebersole wrote:
For the slf4j bit, I don't see how. They just need to add one of
the
slf4j jars as a dep. Certainly we should be define that that is
needed,
but sorry I just don't see what is so hard about doing that.
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");
?