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/06, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > 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 issuses why it souldn't work in the component > classpath? > > bye Raffaele > >