I am trying to open Hibernate Session on each request and close it at the end.
This seems like it could work, but I have now idea how am I supposed to put my Session object in ThreadLocal and answer does not explain that.
Is there any Struts2 specific way to do this?