Re: Exported Packages in System Bundle

2009-07-09 Thread Felix Meschberger
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: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org



Re: Exported Packages in System Bundle

2009-07-09 Thread Sahoo

You have a couple of options:
1a. You can use org.osgi.framework.system.packages system property to 
configure the exported package list.
1b. You can use org.osgi.framework.system.packages.extra system property 
to add more packages to what is already configured by an underlying 
framework.

See felix/conf/config.properties.

2. You can write new extension bundles to export more packages if you 
can't do it via the above two options.



Sahoo

Jagan Pappula wrote:

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

Thanks
--Jagan.

  


-
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org