POJO « Transaction « Spring Q&A





1. How do I make my pojos transactional?    stackoverflow.com

I have a multi-threaded, multi-server web application with hibernate and spring managing transactions with AOP. The problem is, I need to maintain in-memory data and keep it current with the state ...

2. Transactional POJOs    forum.springsource.org

Transactional POJOs Hi, Here is a scenario: 1. Assume that I have 2 beans that are business logic POJOs 2. I'm making these 2 beans part of the same transaction. 3. ...

3. Transaction problem using POJO with CMT in Weblogic    forum.springsource.org

Transaction problem using POJO with CMT in Weblogic I'm giving Spring's TX management a try, but I'm running into rollback problems with the following: 1) I'm running on Weblogic 8 2) ...

4. Transactional POJO (newbie question)    forum.springsource.org

Transactional POJO (newbie question) Hi, I've been using Spring for a while, but only now did we get the management's approval to use Spring's *declarative* transactions. I'm trying to understand how ...

5. Transaction Boundaries with EJB/Spring POJO    forum.springsource.org

Transaction Boundaries with EJB/Spring POJO Is it right to use the following approach from a Transaction's Boundaries point of view? 1) Start a UserTransaction from the web container 2) Call a ...

6. Configure jta transaction in Spring,hibernate,websphere for Message Drivern POJO-MDP    forum.springsource.org

Jan 16th, 2009, 02:41 AM #1 chinmayaenator View Profile View Forum Posts Private Message Junior Member Join Date Dec 2008 Posts 14 Configure jta transaction in Spring,hibernate,websphere for Message Drivern POJO-MDP ...

7. Spring POJO Transaction using AOP in EJB project    forum.springsource.org

Spring POJO Transaction using AOP in EJB project I want to use Spring POJO Declarative Transaction Management using AOP. I am not using EJBs (Session beans) for Transaction Management. Only entry ...