Re: tools.jar in component classpath

2006-03-22 Thread Raffaele Spazzoli
I tried it but I get the following error: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Log4JLogger does not implement Log at org.apache.

Re: tools.jar in component classpath

2006-03-21 Thread Guillaume Nodet
You may want to change the way JBI classloaders are created by setting the class-loader-delegation to self-first in the jbi descriptor of the component so that the classloader will first look at the jars for the component before looking at the parent classloader. Cheers, Guillaume Nodet On 3/21/0