1. AbstractJpaTests: entityManager and jdbcTemplate running in different Transactions? forum.springsource.orgAbstractJpaTests: entityManager and jdbcTemplate running in different Transactions? Hello everybody, I'm trying to migrate a small project from Spring 1.2 and Hibernate 3.1 to Spring 2 and JPA (with TopLink Essentials) ... |
2. transactions for persist() in AbstractJpaTests: there must be a better way? forum.springsource.orgtransactions for persist() in AbstractJpaTests: there must be a better way? Hi, I am writing a series of tests for my data access and services classes, which might involve persisting an ... |
3. AbstractJpaTests does not roll back transaction forum.springsource.orgAbstractJpaTests does not roll back transaction Hi I am using AbstractJpaTests, the test passes successfully, however, after it finishes, I look into the database and the test record is still there. ... |
4. AbstractJpaTests and @Transactional forum.springsource.orgHi, I have a requirement where the tests run from a test class which extends AbstractJpaTests should not start a transaction of their own. Instead it should run in @Transactional annotations ... |
5. No Rollback for AbstractJpaTests forum.springsource.orgJan 29th, 2008, 11:53 PM #1 allanctan View Profile View Forum Posts Private Message Junior Member Join Date May 2007 Posts 9 No Rollback for AbstractJpaTests I'm creating a simple Unit ... |
6. AbstractJpaTests and Atomikos JTA Manager forum.springsource.orgHi guys, I am using the Atomikos JTA Manager as the transactionManager for my project. After configuring the transactionManager, I can't get the unit tests to run anymore. I always get ... |