Hi,I create a simple component, it extends EventListener@Componentpublic class SyncListener implements EventListener {private final Logger LOGGER = LoggerFactory.getLogger(SyncListener.class); // if comment this 2 line, the component works fine@Reference //*1 private SlingRepository reposi...