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.




Reply via email to