Problem is in HibernateLocalTxnInterceptor
Just need to add the session.isOpen() check at the end of invoke():
if (TransactionType.READ_ONLY.equals(transactional.type()) && session.isOpen())
session.setFlushMode(savedFlushMode);
Original issue reported on code.google.com by sid...@gmail.com on 13 May 2009 at 5:18
Original issue reported on code.google.com by
sid...@gmail.com
on 13 May 2009 at 5:18