In my previous article “Double-Checked Locking: Clever, but Broken,” I looked at some of the problems with double-checked locking (DCL), an idiom recommended by a number of Java books and articles as ...
When using guice-persist with a web server such as Jetty, a broken EntityManager may leak into subsequent requests due to flawed cleanup logic in the transaction interceptor. Causes intermittent ...