408409410411412413414415416417418
return catalogService; catalogService = loadCatalogServicePlugin(); if( catalogService == null ) catalogService = new FileCatalogService(); catalogService.setPlatformBroker( this ); return catalogService; }