It seems that you want to use R4 for this implementation..Did you try using @Reference annotation in servlet? @Referenceprivate MyService myService;Add immediate=true in service@Component(metatype = true, label = "My Service Implementation", immediate=true) you may not need the following lines unle...