Tuesday, 11 February 2014

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;
}