Dan J Hrivnak wrote:
Thanks for your quick reply. The problem with that is the packages I want are used in the non-OSGi parts of the system too, so using an empty extension bundle would duplicate all needed packages. Is there no way to dynamically modify the framework system packages?

Perhaps there is some misunderstanding. The bundle is empty except for some metadata in its Export-Package header stating which packages from the class path should be exported by the system bundle. This results in the system bundle being dynamically modified to export those packages from the class path.

-> richard

Dan

Karl Pauls wrote:
You can use an empty extension bundle that only exports the packages
you want to be made available for this iirc.

regards,

Karl

On Thu, Feb 26, 2009 at 7:17 PM, Dan J Hrivnak
<[email protected]> wrote:
I'm working with an embedded instance of Felix, and I was wondering if it's possible to modify or add to the org.osgi.framework.system.packages.extra configuration property after startup. Looking through documentation, it seems this property map needs to be populated before starting the embedded
Felix.

<mailto:[email protected]>









---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to