RandomNumberService service is not annotated correctly. You need to update it from Impl to Interface in the @component annotation@component(service = {RandomNumberService.class}, immediate = true)Additionally, you can remove the following code block as it is not required@reference
private Resource ...