Yes, that's what I meant, thank you. This is obviously used by the class loader to allow access to packages outside of the java.* namespace. Do you also happen to know where this is read from the ExtensionManager (i.e. what parses the comma seperated list of packages and determines what is available to bundles)?
Thanks Bruce On 29/04/2010 15:19, "Richard S. Hall" <[email protected]> wrote: > On 4/29/10 10:09, Jackson, Bruce wrote: >> Does anyone know which file actually processes the parameters >> org.osgi.framework.system.packages and >> org.osgi.framework.system.packages.extra? >> > > If you are talking about inside the framework, it is in > ExtensionManager.java... > > -> richard > >> Thanks >> >> Bruce >> >>
