I am currently trying to find a way to "filter" bundles in OSGI, while installing them. I use Karaf as an OSGI implementation and iPOJO for service resolution. Is there any way I can ensure, that only services provided by iPOJO are allowed to be installed in OSGI?
I already searched the web for methods to see wether the specific service imports OSGI stuff(like BundleContext etc.), but that doesnt seem to be working easily.
Thank you :)