When coordinating updates from multiple database sessions, optimistic locking is a strategy that assumes all updates can complete without conflict.
I'm getting the following stack trace: org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException: Object of class [com.btfin.wrapcore.request.MFRequest] with …
spring hibernate exception-handling database-connection optimistic-locking