if (txBean!= null) getLog().debug("ok");
getLog().debug(++test+"- "+"calling supports... ");
getLog().debug(txBean.txSupports());
getLog().debug(++test+"- "+"calling required... ");
getLog().debug(txBean.txRequired());
getLog().debug(++test+"- "+"calling requiresNew... ");