CMT « Transaction « Spring Q&A





1. Spring + EJB 3.1 CMT vs BMT transactions    stackoverflow.com

We have a simple stateless EJB timer that gets an instance of a spring service injected into it. The spring service has a method marked as transactional. When the EJB uses ...

2. CMT + Spring + Hibernate transaction issue    forum.springsource.org

Nov 4th, 2004, 05:16 AM #1 Catalin Sanda View Profile View Forum Posts Private Message Junior Member Join Date Sep 2004 Posts 5 CMT + Spring + Hibernate transaction issue Hello, ...

3. Spring transactions + CMT    forum.springsource.org

Hello, I have a POJO "handler" which is used basically as a session bean, ie it encapsulates business logic and needs some type of transaction scope for a certain method. My ...

4. Spring managed transaction vs EJB transaction (CMT or BMT)    forum.springsource.org

Spring managed transaction vs EJB transaction (CMT or BMT) Hi.. I have been working on Spring managed transaction without problem. I used a DataSourceTransactionManager for all the iBATIS DAOs: Code:

5. Help converting SFSB (CMT) to Spring Transactions    forum.springsource.org

We have a lot of work to do to convert our application to Spring. First thing I have to do (not by choice) is to take over transaction management in one ...

6. WebSphere - From CMT EJB transaction demaraction does not work in spring    forum.springsource.org

WebSphere - From CMT EJB transaction demaraction does not work in spring I am using WebSphere v5.1.1. I have a SessionBean with CMT. Now I need to demarcate transaction while calling ...

7. Spring/Hibernate CMT transaction participation problem    forum.springsource.org

Feb 8th, 2006, 05:50 AM #1 errorken View Profile View Forum Posts Private Message Junior Member Join Date Feb 2006 Posts 26 Spring/Hibernate CMT transaction participation problem I have the following ...

8. Spring transaction inside of CMT EJB    forum.springsource.org

Spring transaction inside of CMT EJB Hi, I am fairly new with Spring and currently working on converting our application to use Spring. At the moment, I am trying to incorporate ...

9. CMT and Hibernate transactions    forum.springsource.org

CMT and Hibernate transactions Hi all, I'm trying to get CMT transactions (via JTA) and Hibernate to work together in my spring session. I want Hibernate to bind a single Session ...





10. EJB CMT +Spring + no Jta TransactionManager    forum.springsource.org

Hello, I would like to know the consequences of using spring and hibernate configured with no jta transaction manager behind a stateless session ejb (specialy in the case of weblogic). Thanks ...

11. GlassFish, Hibernate, JTA, CMT    forum.springsource.org

GlassFish, Hibernate, JTA, CMT I'm using GlassFish V2 ur2 and Spring 2.5.5 with Hibernate 3.2. I'm having some difficulties getting everyone to play nicely in the container. I have EJB's defined ...

12. Unexpected rollback of nested "RequiresNew" CMT method    forum.springsource.org

Unexpected rollback of nested "RequiresNew" CMT method Situation I have an n-tier web app where the service layer is implemented using a mixture of: SLSBs using container-managed transactions (CMT), and POJOs ...

13. spring JTA transaction propagation to CMT EJB    forum.springsource.org

I need to implement this scenario: A method on a Spring bean running in the Web Container of Oracle OC4J application server is configured -Transactional with Propagation.Required - and to use ...

14. Spring transaction synchronization, CMT EJB and Hibernate    forum.springsource.org

Oct 18th, 2010, 08:25 AM #1 Marvin van Schalkwyk View Profile View Forum Posts Private Message Junior Member Join Date Oct 2010 Posts 1 Spring transaction synchronization, CMT EJB and Hibernate ...