tx.begin();
summary =
pm.getObjectById(Summary.class, Summary.DBKEY_SUMMARY);
log.info("[StatisticsManager#retrieveSummary()] got from " +
"database: " + summary);
tx.commit();
}catch(Exception e){
log.log(Level.INFO,
"[StatisticsManager#retrieveSummary()] exception " +
"during getting summary", e);
if(tx!=null && tx.isActive()) tx.rollback();