LilyClient client = lilyProxy.getLilyServerProxy().getClient();
RepositoryModelImpl repositoryModel = new RepositoryModelImpl(lilyProxy.getLilyServerProxy().getZooKeeper());
repositoryModel.create("repo1");
assertTrue(repositoryModel.waitUntilRepositoryInState("repo1", RepositoryLifecycleState.ACTIVE, 60000L));
repositoryModel.create("repo2");
assertTrue(repositoryModel.waitUntilRepositoryInState("repo2", RepositoryLifecycleState.ACTIVE, 60000L));
repositoryModel.close();
// Make a schema
TypeManager typeMgr = client.getDefaultRepository().getTypeManager();