How to restart transactions on deadlock/lock-timeout in Spring?

Posted by Asaf Mesika on Stack Overflow See other posts from Stack Overflow or by Asaf Mesika
Published on 2009-11-19T12:11:38Z Indexed on 2010/03/14 14:05 UTC
Read the original article Hit count: 376

Hi,

What is the best practice on implementing a transaction restart upon deadlock or lock timeout exceptions when using Spring (specifically the Spring recommended approach: declarative transactions) ?

Thanks,

Asaf

© Stack Overflow or respective owner

Related posts about spring

Related posts about transactions