getLog().debug(++test+"- "+"calling supports... ");
getLog().debug(txBean.txSupports());
getLog().debug(++test+"- "+"calling required... ");
getLog().debug(txBean.txRequired());
getLog().debug(++test+"- "+"calling requiresNew... ");
getLog().debug(txBean.txRequiresNew());
getLog().debug(++test+"- "+"calling not supported... ");