HibernateTransactionManager « Transaction « Spring Q&A





1. HibernateTransactionManager(Spring) with multiple Session Factories    stackoverflow.com

I have a DAO implementation that uses a HibernateTransactionManager for transaction management and the application has 2 session factories. I am getting an exception at the transactionManager.commit() line below. Does performing ...

2. HibernateTransactionManager : possible to throw exception without rollback?    stackoverflow.com

In Spring, I have declared a method to be transactional. I use HibernateTransactionManager. Now, I would like to throw an exception from this method, but I do not want hibernate to ...

3. Why doesn't my (spring)HibernateTransactionManager work in wicket?    stackoverflow.com

I tried to shorten this to what I think is relevant, I hope it's sufficient and not overwhelming. Please help! I'm converting a small wicket+databinder+hibernate web application to use wicket+spring+hibernate. I have ...

4. transaction management fails using HibernateTransactionManager    forum.springsource.org

transaction management fails using HibernateTransactionManager Hi Guys, I have simple project and i am trying to use hibernateTransactionManager but i am not able to commit my data in table below is ...

5. HibernateTransactionManager fails to manage transaction    forum.springsource.org

HibernateTransactionManager fails to manage transaction Hi Guys, This is my configuration for transaction management spring-servlet.xml Code:

10. Why does HibernateTransactionManager require JTA?    forum.springsource.org

Why does HibernateTransactionManager require JTA? I am using HibernateTransactionManager to control transactions. I wrote a simple JUnit test to access my database. I am getting the following exception: Code: org.springframework.beans.factory.BeanCreationException: Cannot ...

11. Declarative Transactions Issues with HibernateTransactionManager    forum.springsource.org

Jan 26th, 2008, 11:35 AM #1 bdangubic View Profile View Forum Posts Private Message Senior Member Join Date Nov 2007 Posts 415 Declarative Transactions Issues with HibernateTransactionManager I have the following ...

12. TransactionProxyFactoryBean/HibernateTransactionManager always connecting to db?    forum.springsource.org

TransactionProxyFactoryBean/HibernateTransactionManager always connecting to db? I was doing some load testing on my Spring web app and noticed that even though I'm using Hibernate's second level cache properly, under load the ...

13. @Transactional doesn't work with HibernateTransactionManager    forum.springsource.org

@Transactional doesn't work with HibernateTransactionManager Hi there, I'm gonna start a new application with Spring + Hibernate Annotation. I'm trying to use the @Transactional annotation in a Service layer but it ...

14. HibernateTransactionManager & Plain JDBC Data Acess within a Transaction    forum.springsource.org

HibernateTransactionManager & Plain JDBC Data Acess within a Transaction As most of the DAOs are Hibernate-based in my application, in the application context used, a HibernateTransactionManager is configured. Within the same ...

15. HibernateTransactionManager, @Transactional and Propagation.REQUIRES_NEW    forum.springsource.org

HibernateTransactionManager, @Transactional and Propagation.REQUIRES_NEW Hi, I'm confused by how Propagation.REQUIRES_NEW works regarding Hibernate session and transactions. What I would like to do is: - to have one big read only transaction ...

16. session.lock(o, LockMode.READ) doesn't work under HibernateTransactionManager    forum.springsource.org

hi there, Found that Hibernate's session.lock(Object, LockMode.READ) func. doesn't work when used in conjuction with Spring's HibernateTransactionManager. I attached eclipse project with unit-test which prooves that. Shortly the logic is next: ...





17. Cannot configure declarative transaction with HibernateTransactionManager    forum.springsource.org

Nov 6th, 2010, 11:58 AM #1 debasish.raychawdhuri View Profile View Forum Posts Private Message Junior Member Join Date Nov 2010 Posts 2 Cannot configure declarative transaction with HibernateTransactionManager I get the ...

18. Transaction question about HibernateTransactionManager    forum.springsource.org

Aug 26th, 2004, 04:04 PM #1 syluser View Profile View Forum Posts Private Message Junior Member Join Date Aug 2004 Posts 3 Transaction question about HibernateTransactionManager I have some troubles with ...