CannotCreateTransactionException « Exception « Spring Q&A





1. CannotCreateTransactionException during AbstractJpaTests    forum.springsource.org

Sep 27th, 2006, 08:42 AM #1 Sogliola View Profile View Forum Posts Private Message Junior Member Join Date Sep 2006 Posts 7 CannotCreateTransactionException during AbstractJpaTests I caught this exception when I ...

2. how and where to catch exceptions? (CannotCreateTransactionException)    forum.springsource.org

how and where to catch exceptions? (CannotCreateTransactionException) Hi all, I'm using Spring Security 2.0.1 for authorization and authentication in my web application. I have a custom UserDetails implementation which retrieves the ...

3. CannotCreateTransactionException    forum.springsource.org

CannotCreateTransactionException hi, I've developed application using spring & IBatis. I'm using "DataSourceTransactionManager as transaction manager for save operations in my aplication. Database is deployed on Informix ver. 7.3. And I'm using ...

4. CannotCreateTransactionException    forum.springsource.org

CannotCreateTransactionException Hello All, I am trying to save object and I am seeing these exceptions Code: org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is java.lang.NullPointerException: null java.lang.NullPointerException at ...

5. CanNotCreateTransactionException    forum.springsource.org

CanNotCreateTransactionException I am upgrading my projects application from Spring 1.2.5 --> Spring 2.5.6 and Hibernate 3.0.5 --> Hibernate 3.3.2 I can get to the application log in screen. When I log ...