So Spring is configured to automagically create and handle
transactions for your managers with the following code in appfuse's
applicationContext-service.xml:
...
pointcut="execution(* *..service.*Manager.*(..))" order="2"/>
...
Hi All,
My problem with the spring manage hibernate session continues. I have a
struts 2 action with multiple method. My first call to the action display the
information of my item which renders the information to a form. Once the user
has edited or updated the form, it gets submitted and