This is the header of the class with the reference:@Component(metatype=true,label="MyClass")@Service(Runnable.class)This is the header of the class that implements the interface:@Component(metatype = true, label = "MyService", immediate=true)@Service(MyServiceInterface.class)Any idea?