this(MicroKernelFactory.getInstance(repositoryConfiguration.getMicrokernelUrl()));
put(RepositoryConfiguration.class, repositoryConfiguration);
}
public GlobalContext(MicroKernel mk) {
RepositoryService repositoryService = new TmpRepositoryService(mk);
put(RepositoryService.class, repositoryService);
put(MicroKernel.class, mk);
put(Repository.class, new RepositoryImpl(this));
}