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

