1. SlingRepository is NULL
@Reference
private SlingRepository repository;
gives me verify error and the repository is NULL.
Answer:
@Reference
private SlingRepository repository;
protected void unbindRepository(SlingRepository repository) {
this.repository = repository;
}
@Reference
private SlingRepository repository;
gives me verify error and the repository is NULL.
Answer:
@Reference
private SlingRepository repository;
protected void unbindRepository(SlingRepository repository) {
this.repository = repository;
}