So the exception is still present, unless I turn on parent-first classloading delegation. Which sounds correct, because the org.w3c.* class which is present in xmlbeans is provided by the JRE too. Which leads to me the following solutions: * remove the class from the component somehow * change to parent-first classloader The first one would not work in ServiceMix 3 (I've just tried), so can any rake guru point me to how I could achieve the first one ?
> > Also, I've seen a LinkageError because xmlbeans include some classes > > from org.w3c package. Where is xmlbeans used ? I thought jaxb2 was > > used now. > > To answer this part of my email, xmlbeans is actually used in the deployment. > And the problem was caused by a bug in interpreting the JBI classloader. > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
