grails « Transaction « JPA Q&A





1. Grails transaction setSavePoint method on mysql causes exception    stackoverflow.com

I am using grails with mysql 5. I am using .withTransaction for transaction management in a service. Within the withTransaction block I am using savePoint() method which is causing the following ...

2. hibernate updating associations causes LockExceptions.. is mark and sweep the right answer?    stackoverflow.com

Trying to update hibernate associations via a clear() and add() results in database locking exceptions. This problem according to the DBA is due to delete...insert within a transaction. An alternative might be ...

3. How to overwrite table when hibernate says it is locked?    stackoverflow.com

For my application where authors write articles I implemented an autoSave mechanism. This update data in DB periodically. As I have some problems with the locking behavior (version field in each ...

4. Could not open Hibernate Session for transaction    stackoverflow.com

I am developing an grails application(server) to track the mobile device which are in the Wi-Fi network. The users will send a request to the webservice which is running on grails ...

5. Grails runtime exception: Could not open Hibernate session for transaction    stackoverflow.com

I have developed a Grails web app and its on tomcat server right now. I am getting the following exception: Could not open Hibernate Session for transaction; nested exception is org.hibernate.TransactionException: JDBC ...