On 23.02.2013 09:12, Dhiego Abrantes de Oliveira Martins wrote: > But, I want to find a bundle that contains an specific implementation of > HiService, in this case is HiServiceImpl.
This is what service properties are for (it's all in the spec). You don't really want "HiServiceImpl", you want "the service that has a property which HiServiceImpl matches". Otherwise you might as well not have service interfaces at all. hth :) -h --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

