Re: Will felix treat system.bundle as org.eclipse.osgi?

2010-06-23 Thread Jos Snellings
Did you try Springsource bundles? You can find the equivalent bundles in the repository. Jos On 06/24/2010 12:02 AM, Uk Jiang wrote: Hi, In OSGi world, system.bundle is another name for org.eclipse.osgi. Some bundles such as org.apache.xml.serializer_2.7.1.v200902170519,

ClassNotFound whilst static resolution works

2010-06-23 Thread Jos Snellings
Hi, Is it possible that at the same time your bundle gets perfectly resolved and yet class.forName throws java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser I explain in concreto: - indirectly, a servlet creates an XMLReader

no resolve from delegated classes?

2010-06-18 Thread Jos Snellings
that these classes come from the jvm (rt.jar?). (boot delegated? I am new to this). However, why is it that from these classes the XMLReaderFactory cannot load classes from the (present and resolved) xerces bundle? Thank you for hints. Jos Snellings