throw new Exception(msg, e);
} finally {
samplesFileInputStream.close();
}
SampleConfig[] samplesDescConfig =
new SamplesDescConfig(samplesElement).getSampleConfigs();
sampleInformation = new LinkedList<SampleInformation>();
if (samplesDescConfig.length > 0) {
// now load the cloud services configuration
Map<String, CloudServiceConfig> cloudServiceConfigs = CloudServiceConfigParser.
loadCloudServicesConfiguration().getCloudServiceConfigs();