@ravi_shankerj14 Add on to @Jörg_Hoh,You can try inheriting the implementation class(ClassA or ClassB) along side implementing the interface. Check the below example.ServiceOne import org.osgi.service.component.annotations.Component;
import org.osgi.service.component.annotations.Reference;
@Compone...