Hi.
When developing eclipse plugins, I ended up with a severe limitation
when a plugins makes reference to the apache-commons-logging library
AND each other.
Well, digging around I found the slf4j library (http://www.slf4j.org/) that seems to solve my problem.
The cenario where the problem arose was eclipse, where my plugin may
reference or not hibernate's plugin, and both had apache log. Each
plugin MAY exist without the other, so each one must have logging, but
when they are both used, we got classloading problems.
I'm testing this new library now in the java.tri plugin. It may be usefull to the hibernate-tools.
- [Hibernate] JCL classloading headache Alexandre Torres
- Re: [Hibernate] JCL classloading headache Max Rydahl Andersen
- Re: [Hibernate] JCL classloading headache John Franey
- Re: [Hibernate] JCL classloading headache Max Rydahl Andersen
- Re: [Hibernate] JCL classloading head... John Franey
- Re: [Hibernate] JCL classloading... Max Rydahl Andersen
- Re: [Hibernate] JCL classloa... John Franey
- Re: [Hibernate] JCL clas... Max Rydahl Andersen
- Re: [Hibernate] JCL clas... John Franey
- Re: [Hibernate] JCL clas... John Franey
- Re: [Hibernate] JCL clas... Max Rydahl Andersen