Spring transaction : Transaction not active
- by Videanu Adrian
i develop a app using struts2, spring 3.1, Jpa2 and Hibernate. From Spring i use transactions and IoC.
so, i have an ajax code block that calls for a struts2 action every second (this is happening for every user that is logged into application (simultaneous users are around 20-30 at a time)). this action name is PopupAction
public class…