}
session.importXML("/", s,
ImportUUIDBehavior.IMPORT_UUID_COLLISION_REPLACE_EXISTING);
session.save();
brix.initWorkspace(ManageSnapshotsPanel.this.getModelObject(), session);
getSession().info(ManageSnapshotsPanel.this.getString("restoreSuccessful"));
} catch (IOException e) {
throw new BrixException(e);
}