724725726727728729730731732733734
{ throw new JPOXUserException(LOCALISER.msg("010002")); } if (tx.isActive()) { throw new TransactionActiveOnCloseException(this); } if (detachOnClose) { // JPOX "detach-on-close" extension, detaching all currently cached objects.