} else {
logger.warn( "Could not load properties from repository file: " + bundle.getName() );
}
return properties;
} catch ( IOException e ) {
throw new UnifiedRepositoryException( messages.getErrorString(
"PentahoMetadataDomainRepository.ERROR_0008_ERROR_IN_REPOSITORY", e.getLocalizedMessage() ), e );
}
}