No, you have to explicitly specify them. -> richard
p.s. If you are using Felix 1.4.0, you should use "org.osgi.framework.system.packages.extra" for the packages you want to add. Packages mentioned on this property will be appended to the default values, whereas if you set "org.osgi.framework.system.packages" then you will be replacing the default value.
Fabien Barbero wrote:
Hi, I'm coding un bundle system and I'm trying to use the code within my bundle with external code. For this I use the parameter "org.osgi.framework.system.packages" and I associate the packages to it. I would like to use abstract packages as : "net.plop.*, javax.swing.*", but it seems the the framework only recognize the full package name (net.plop.fr, javax.swing.text). Is there a way to use abstract package with Felix ? Fabien
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

