Re: [Hibernate] JCL classloading headache

2005-10-30 Thread John Franey
Max, Alexandre, Also available from slf4j is the common logging layer implemented atop slf4j layer. This will support both APIs at the same time for a smooth transition from commons logging to slf4j. Eclipse class finding algorithm will find classes imported to a plugin before it finds the

Re: [Hibernate] JCL classloading headache

2005-10-30 Thread Max Rydahl Andersen
I also found solutions to some other issues like: how to centralize all logging configuration to a single file, and how an appender in hibernate plugin can be found by the log4j plugin, and how to swap to a different slf4j implementation library so jdk logging, nlog4j or simple log I'm wi