I get following hibernate error. I am able to identify the function which causes the issue. Unfortunately there are several DB calls in the function. I am unable to find the
I just encountered this problem and found out I was deleting a record and trying to update it afterwards in a Hibernate transaction.