getLog().debug(++test+"- "+"calling requiresNew... ");
getLog().debug(txBean.txRequiresNew());
getLog().debug(++test+"- "+"calling not supported... ");
getLog().debug(txBean.txNotSupported());
getLog().debug(++test+"- "+"calling mandatory (should get an exception)...");
try {
getLog().debug(txBean.txMandatory());
} catch (Exception e) {