Classloading across bundles and DynamicImport-package

2008-08-07 Thread Jackson, Bruce
Does Felix support anything that carries out a similar function to buddy class loading in Equinox? I'm aware of the DynamicImport-Package, but that rather supposes that the bundle who declares this knows the bundles that it needs as "helpers" to load classes.

Re: Classloading across bundles and DynamicImport-package

2008-08-07 Thread Richard S. Hall
Jackson, Bruce wrote: Does Felix support anything that carries out a similar function to buddy class loading in Equinox? I'm aware of the DynamicImport-Package, but that rather supposes that the bundle who declares this knows the bundles that it needs as "helpers" to load classes. Sorry, n

Re: Classloading across bundles and DynamicImport-package

2008-08-07 Thread Jackson, Bruce
Its not exactly a legacy situation. The problem I have is one that's shared with many object persistence frameworks that would naturally provide that capability as a service in an OSGi environment. In my case, the persistence model is based on the ability of any bundle to declare an interface w

Re: Classloading across bundles and DynamicImport-package

2008-08-07 Thread Stuart McCulloch
2008/8/7 Jackson, Bruce <[EMAIL PROTECTED]> > Its not exactly a legacy situation. The problem I have is one that's shared > with many object persistence frameworks that would naturally provide that > capability as a service in an OSGi environment. > > In my case, the persistence model is based on

Re: Classloading across bundles and DynamicImport-package

2008-08-07 Thread Karl Pauls
Am 07.08.2008 um 18:09 schrieb "Stuart McCulloch" <[EMAIL PROTECTED] >: 2008/8/7 Jackson, Bruce <[EMAIL PROTECTED]> Its not exactly a legacy situation. The problem I have is one that's shared with many object persistence frameworks that would naturally provide that capability as a serv