InputStream exportData = createCompressedStream(exportXML);
//let's just use the default configs so that we don't apply the changes suggested in
//the changed default configs created above
ImportConfiguration systemSettingsConfiguration = new ImportConfiguration(
SystemSettingsSynchronizer.class.getName(), new SystemSettingsSynchronizer().getImporter()
.getImportConfigurationDefinition().getDefaultTemplate().createConfiguration());
ImportConfiguration metricTemplatesConfiguration = new ImportConfiguration(
MetricTemplateSynchronizer.class.getName(), new MetricTemplateSynchronizer().getImporter()
.getImportConfigurationDefinition().getDefaultTemplate().createConfiguration());
try {
synchronizationManager.importAllSubsystems(freshUser(), exportData,