getLog().debug(++test+"- "+"Testing rollback on UserTransaction");
getLog().debug(bmtSF.txRollback());
getLog().debug(++test+"- "+"Beginning a transaction...");
getLog().debug(bmtSF.txBegin());
getLog().debug(++test+"- "+"Committing the transaction in another call...");
getLog().debug(bmtSF.txEnd());
getLog().debug(++test+"- "+"Creating a table for real db w/ tx test...");
bmtSF.createTable();
getLog().debug("OK, field value is:");
getLog().debug(bmtSF.getDbField());
getLog().debug(++test+"- "+"Updating the field in a transaction, commit...");