• Stars
    star
    4
  • Rank 3,292,665 (Top 66 %)
  • Language
    Java
  • Created about 10 years ago
  • Updated about 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This project has been created as part of a tutorial: Transactions (mis)management: how to kill your app. It is a simple Java web application which demonstrates how creating a new transaction with propagation REQUIRES_NEW under existing transaction could deadlock your database layer and in essence make your application unresponsive to any calls requiring database access.