.fatal("Database creation failure at MsgBoxServiceLifeCycle class. Cannot connect with the database");
throw new RuntimeException("Database failure");
}
db = new JdbcStorage(true, confmanager);
try {
MsgBoxServiceSkeleton.setStorage(new DatabaseStorageImpl(db));
} catch (SQLException e) {
throw new RuntimeException("Database failure");
}
}
if (confmanager.getConfig(ConfigKeys.USE_DATABSE_STORAGE)