//SOSStandardLogger logger = new
// SOSStandardLogger("c:/settings_import_log.txt",SOSStandardLogger.DEBUG9);
SOSStandardLogger logger = new SOSStandardLogger(
SOSStandardLogger.DEBUG9);
SOSImport imp = new SOSImport(this.connection, file, null, null,
null, logger);
//SOSImport imp = new SOSImport(
// this.connection,"c:/1.xml",null,null,null,logger);
if (this.importDocumentation == 1) {
imp.setInsert(false);
}
imp.doImport();
this.connection.commit();
} catch (Exception e) {
this.setError(e.getMessage(), SOSClassUtil.getMethodName());
this.connection.rollback();
}