try {
// All the content data and schema
ContentStoreDumpManager importer = new ContentStoreDumpManager(_importSource, db);
importer.importDump();
// The ACL
WGFactory.getLogger().info("Importing original ACL");
Iterator aclEntries = _importSource.getACL().getAllEntries().iterator();
while (aclEntries.hasNext()) {