Hi Jagan Jagan Pappula schrieb: > Hi all, > > Is there any way to configure exported packages from system budle, or system > bundle simply exports the packages based on the underlying java version
The system bundle exports the packages listed in the "org.osgi.framework.system.packages" framework property. See 3.8.5, Parent Class Loader of the core specification for more details. This export list may be enhanced by installing extension bundles. See Section 3.15 of the core specification for full details. Regards Felix --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

