389390391392393394395396397398399
*/ protected void assertNotInUse() { if (tx.isActive()) { throw new TransactionActiveException(this); } // TODO How to get the Connection now that it is not in the txn ? /* if (conn != null) {