Re: Bundle.loadClass uncertainty

2007-02-05 Thread Richard S. Hall
Felix Meschberger wrote: Hi, I play around with class loaders a bit and stumbled upon the following issue: Bundle.loadClass is implemented internally by the Felix.loadBundleClass method. This method in turn delegates to current module of the bundle to get the class. If the module returns null, i

Bundle.loadClass uncertainty

2007-01-24 Thread Felix Meschberger
Hi, I play around with class loaders a bit and stumbled upon the following issue: Bundle.loadClass is implemented internally by the Felix.loadBundleClass method. This method in turn delegates to current module of the bundle to get the class. If the module returns null, i.e. cannot find the class,