Hi, I have an inteface and an implementation.
*interface*: br.com.ws.HiService (HiService Bundle) *impl*: br.com.ws.impl.HiServiceImpl (HiService Provider Bundle) If the bundles is started I can find them by 'getServiceReference' method, matching classes name. The problem is that the bundle is resolved. There are some way, using BundleContext, to find bundles (including bundles with resolved state) that contains an specific interface of service or bundles that contains as specific class implementation for some service specification? ps.: I'm using iPOJO. Regards, __ *Dhiego*

