158159160161162163164165166167168
*/ protected void internalBegin() { if (active) { throw new TransactionActiveOnBeginException(ec); } active = true; beginTime = System.currentTimeMillis(); if (txnMgr.getTransactionRuntime() != null)
149150151152153154155156157158159
*/ protected void internalBegin() { if (active) { throw new TransactionActiveOnBeginException(this); } active = true; beginTime = System.currentTimeMillis(); if (om.getOMFContext().getTransactionManager().getTransactionRuntime() != null) {