I_Info info = new PropertiesInfo(System.getProperties());
this.pool = new DbPool();
this.pool.init(info);
String context = null; // shall be set to '/'
info.put("dbs.table", "TEST_DB_STORAGE");
this.dbStorage = new DbStorage(info, this.pool, context);
}