throw new IllegalArgumentException("Connection type must be one of JCR or CMIS.");
}
// lift type defintions
TypeLifter typeLifter = typeLifterManager.getRepositoryAccessor(connectionType);
typeLifter.liftNodeTypes(this);
runProcessors(null, "create");
OntologyResourceHelper.saveConnectionInfo(conf.getConnectionInfo(), this.ontModel);
OntologyResourceHelper.saveBridgeDefinitions(conf.getBridgeDefinitions(), this.ontModel);
logger.debug("Total process time for ontology {} is {} ms", ontologyURI, System.currentTimeMillis()