We're getting the error message:
It also looks like when this message happens, that's keeping a connection out from our DB pool, which is exhausting the pool. Is there something we can do to fix this transaction warning message?
Code:
com.isomorphic.hibernate.HibernateTransaction [c.i.h.HibernateTransaction(warn:78)] Attempted to commit null transaction
Comment