public void startTx(String reason) { times++; Object pm = null; if (getEM() != null) { pm = getEM().getActualEM(); } Err.pr( JDONote.RELOAD_PM_KODO_BUG, reason + " in " + this + " with pm: " + pm + " times " + times + " isOnTxn " + isOnTx()); super.startTx(reason); }
public void startTx() { if (JDONote.RELOAD_PM_KODO_BUG.isVisible()) { Err.pr("Would be nice to provide a reason when JDONote.RELOAD_PM_KODO_BUG.isVisible()"); } super.startTx(); }