jdo « Transaction « Spring Q&A





1. org.springframework.transaction.annotation.Transactional vs javax.jdo.annotations.Transactional    stackoverflow.com

when using spring @Transcational on service layer, I will need to put <annotation driven> on xml file.

  1. may i know can javax.jdo.annotations.Transactional be used on service layer just like spring does? ...

2. Datanucleus: moving from @Transactional to non-transactional    stackoverflow.com

I am using Datanucleus, JDO and Spring's declarative @Transactional management woven with Aspect-J. But when a 'normal' method gets a persistent object from a @Transactional method, the object's state will become ...

3. spring + kodo JDO - no active transaction running    forum.springsource.org

spring + kodo JDO - no active transaction running Hi I am using Spring with kodo JDO. I am trying to get the programmatic transaction management working. The code I use ...

4. Need Help: Transaction is not active - Spring + JPOX JDO    forum.springsource.org

I need help urgently. I am using Spring 1.1 + JPOX JDO 1.1 Alpha 2 with the JDOTemplate and Spring JdoTransactionManager. I have set the JDO properties "javax.jdo.option.NontransactionalRead=true" I found no ...

5. JDO Transactions and JUnit testing    forum.springsource.org

JDO Transactions and JUnit testing I made a mistake... it was a common newbie mistake, to be sure, but now I have to fix it. After looking at some example code ...

6. Using JPOX JDO as part of a JTA transaction in WebSphere 5.0    forum.springsource.org

Using JPOX JDO as part of a JTA transaction in WebSphere 5.0 Hi, I want to let a Spring-configured JDO-based DAO participate in an EJB (JTA) transaction which is already present, ...