378379380381382383384385
*/ protected void assertNotCommitting() { if (tx.isCommitting()) { throw new TransactionCommitingException(this); } }