Tagged Questions
3
votes
1answer
565 views
HibernateOptimisticLockingFailureException marks connection as 'closed'?
I'm getting the following stack trace:
org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException: Object of class [com.btfin.wrapcore.request.MFRequest] with identifier [2850448]: ...
0
votes
2answers
285 views
Where to handle StaleObjectStateException
Should I wrap calls to a repository with try-catch block (aiming to catch/handle StaleObjectStateException) inside a corresponding controller in ASP.NET MVC application or should it take place inside ...
