"server instance.";
localRepositoryCollection.setDescription(localRepositoryDescription);
registry.put(RegistryUtils.getAbsolutePath(
registry.getRegistryContext(), RegistryConstants.LOCAL_REPOSITORY_BASE_PATH),
localRepositoryCollection);
localRepositoryCollection.discard();
CollectionImpl configRegistryCollection = (CollectionImpl) registry.newCollection();
String configRegistryDescription = "Configuration registry of the carbon server. " +
"This collection is used to store the resources of this product cluster.";
configRegistryCollection.setDescription(configRegistryDescription);