in src/main/java/org/apache/sling/jcr/registration/AbstractRegistrationSupport.java [336:343]
private void bindRepositoryInternal(String name, ServiceReference reference) {
Repository repository = (Repository) this.getComponentContext().getBundleContext().getService(
reference);
Object data = this.bindRepository(name, repository);
if (data != null) {
this.registeredRepositories.put(name, data);
}
}