//------------------------------------------------------------------------
//--- initialize catalogue services for the web
logger.info(" - Open Archive Initiative (OAI-PMH) server...");
OaiPmhDispatcher oaipmhDis = new OaiPmhDispatcher(settingMan, schemaMan);
GeonetContext gnContext = new GeonetContext(_applicationContext, false, statusActionsClass, threadPool);
//------------------------------------------------------------------------