resourceResolver = resourceResolverFactory
.getAdministrativeResourceResolver(null);
Resource instanceResource = resourceResolver
.getResource(config.getClusterInstancesPath() + "/"
+ getSlingId());
IsolatedInstanceDescription ownInstance = new IsolatedInstanceDescription(instanceResource,
isolatedClusterViewId, getSlingId());
return ownInstance.getClusterView();
} catch (LoginException e) {
logger.error("Could not do a login: " + e, e);
throw new RuntimeException("Could not do a login", e);
} finally {
if (resourceResolver != null) {