1. No Hibernate Session bound to thread stackoverflow.comI'm using Struts + Hibernate + Spring for my project development. And here is my Spring Context XML file. When I called "sessionFactory.getCurrentSession()" in the beginning of userDao.getXXXX method, the exception whose ... |
2. How to prevent JPA from rolling back transaction? stackoverflow.comMethods invoked: |
3. Using and controlling Spring transactions within Struts 2 actions stackoverflow.comHey guys, I have been working for a while on a project with the following components:
|
4. "Transaction in view" with Hibernate, Spring, Struts stackoverflow.comFrom the Hibernate reference manual: "Use a single database transaction to serve the clients request, starting and committing it when you open and close the Session" Does Spring support this pattern? I've been using ... |
5. struts2 and spring transactions stackoverflow.comI have a app written with struts2 and spring and JPA over hibernate. Form spring i use transactions and IoC. |
6. Struts 1.2.4,Ibatis 2.1.0,Spring 1.2.1 No multiple rollback! forum.springsource.orgForum Spring Projects Web Struts 1.2.4,Ibatis 2.1.0,Spring 1.2.1 No multiple rollback! If this is your first visit, be sure to check out the FAQ by clicking the link above. You may ... |
7. Open transaction in Struts action forum.springsource.orgOpen transaction in Struts action Anyone known how to open a transaction in Struts's action? I've used the following config files: -- applicationContext.xml: |
8. Getting TypeMismatchException with TransactionProxyFactoryBean and Struts Action forum.springsource.orgGetting TypeMismatchException with TransactionProxyFactoryBean and Struts Action Hi, I have service bean DealPricingService which I am trying to set in Struts action using Spring's struts support but I am getting following ... |
9. JUnit testing - automatic transaction rollback with struts test case forum.springsource.orgHi, could anybody kindly help me solve this problem: Junit tests of my struts actions extend MockStrutsTestCase. I would like to integrate it with Spring's transaction wrapping during testing that is ... |
10. ServiceFactory, Struts2, Spring, JPA & Transactional? forum.springsource.orgServiceFactory, Struts2, Spring, JPA & Transactional? I am currently using a mix of Struts2, JPA and Spring ORM. This has been working fine, with passing the bean class representing the service ... |
11. Transactional AOP in Struts 2 Action forum.springsource.orgTransactional AOP in Struts 2 Action Hi, I am trying to put a transactional aspect into my Struts 2 Actions, but it does not work. If I put the same aspect ... |
12. Struts actions and declarative transactions forum.springsource.orgStruts actions and declarative transactions Hi, The question is: What is the simplest way to define declarative transaction demarcation for all my Struts actions? If I try to explain further: Our ... |
13. [jira] Created: (WW-3112) @Transactional Spring annotattion does not work in Struts2 Actions struts.1045723.n5.nabble.com |
14. @Transactional Spring Annotation in a Struts2 Action does not work struts.1045723.n5.nabble.com |