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

tools.jar in component classpath

2006-03-21 Thread Raffaele Spazzoli
hi, I'm developing a bindig component that needs to generate classes during service unit deploy. It also need to use the tools.jar. If I include tools.jar in the component classpath I get a class not found exception, if I put tools.jar in servicemix optional folder it works. Do you know of any is