Hi @ashwinikhaple, If you are using R6 annotation, then please add the below line of code for service creation.@Component(service=SimpleService.class,
immediate=true,
..
)If you are using SCR annotation,You need to add the below code to register it as a service.@Service(value = CustomerDemo.class) ...