BMTStateful bmtSF = bmtSFHome.create();
getLog().debug(++test+"- "+"Calling create(anything) on BMTStatefulHome...");
bmtSFHome.create("coca");
getLog().debug("OK");
getLog().debug(++test+"- "+"Can the bean access its UserTransaction");
getLog().debug(bmtSF.txExists());
getLog().debug(++test+"- "+"Testing commit on UserTransaction");
getLog().debug(bmtSF.txCommit());