tx = (UserTransaction) ctx.lookup("java:comp/UserTransaction");
tx.begin();
methodBlock(method).evaluate();
}
catch (NamingException exc) {
eachNotifier.addFailure(exc);
}
catch (NotSupportedException exc) {
eachNotifier.addFailure(exc);
}
catch (SystemException exc) {