Hi all, I'd like to thank Arjun for this very helpful answer... Increasing log verbosity pointed me directly to the problem, I just had to set the org.osgi.framework.bootdelegation property and the application starts
Thanks J.MOLIERE - Mentor/J auteur Eyrolles blog: http://romjethoughts.blogspot.com 2012/1/2 Arjun Panday <[email protected]>: > Hi Jerome, > > Have you tried setting > felix.log.level=4 > in your felix configuration? > > It usually gives a lot more detailed information on class loading issues. > > Another classic approach for this kind of third party library is to embed it > in your own bundle. > > -arjun > > > > > On 01/02/2012 11:18 AM, jerome moliere wrote: >> >> Hi all, >> excuse me for the out of subject , but I 'm facing clever problems of >> Classloaders with a bundle using Castor XML under Felix (works well >> under Equinox) Have you ever used XStream with your OSGi bundles ? >> For those interested with the error I get a NoClassDefFoundError while >> instantiating an Unmarshaller() , the class not found is SAXException >> and I'm using a 1.6 JDK >> >> >> Thanks >> jerome >> >> J.MOLIERE - Mentor/J >> auteur Eyrolles >> blog: http://romjethoughts.blogspot.com > >
