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) {
getLog().debug("got Exception, ok");
}
getLog().debug(++test+"- "+"calling requiredToSupports... ");