file_name = file.substring(0, idx);
}
if (file.contains("autoCreateUser=true")) {
autoCreateUser=true;
} // end of if (db_conn.contains())
auth = new UserAuthRepositoryImpl(this);
xmldb = new XMLDB(file_name);
} catch (Exception e) {
log.warning("Can not open existing user repository file, creating new one, "
+ e);
xmldb = XMLDB.createDB(file_name, "users", "user");