@@ -16,6 +16,7 @@ play.filters.enabled = [ ]
# Disable thread local, it's not used by this application
# ~~~~~
play.allowHttpContext = false
+play.jpa.allowJPAEntityManagerContext = false
play.modules {
enabled += "startup.StartupModule"