importer.importFrom(file, getProblems());
// Record any new namespaces added by this import ...
registerNewNamespaces(namespacesBefore);
} catch (IOException e) {
throw new DnaConfigurationException(e);
}
return this;
}
throw new DnaConfigurationException(JcrI18n.fileDoesNotExist.text(file.getPath()));
}