Re: [equinox-dev] ContextFinder stops at first bundle class loader

2007-11-26 Thread Tom Huybrechts
stops at first bundle class loader Hi, Is there a specific reason why the ContextFinder stops at the first bundle class loader? I'm trying to integrate an existing framework into the SSE world. During de-serialization it wants to load classes

Re: [equinox-dev] ContextFinder stops at first bundle class loader

2007-11-26 Thread Thomas Watson
[EMAIL PROTECTED] wrote on 11/26/2007 10:52:30 AM: How do buddy classloading and DynamicImport-Package compare with regards to performance ? I've had very bad experiences performance-wise with buddy classloading and a global policy... There is an existing bug about buddy classloading

[equinox-dev] ContextFinder stops at first bundle class loader

2007-11-25 Thread Gunnar Wagenknecht
Hi, Is there a specific reason why the ContextFinder stops at the first bundle class loader? I'm trying to integrate an existing framework into the SSE world. During de-serialization it wants to load classes and the ContextFinder would be really helpful here but it stops at the first bundle