read « Connection « JPA Q&A





1. Read-only connection when data modification if needed.    forum.hibernate.org

Hi all, I'm a java programmer using hibernate and i have an urgent problem (arn't they all). The situation : I'm using Hibernate together with DAO's while using MS SQL Server as database and i'm pretty happy with the way my program is working, so no problems here. But i decided to migrate towards MySQL and i'm having the following problem ...

2. SQLException: Connection is read-only    forum.hibernate.org

Read the rules before posting! http://www.hibernate.org/ForumMailingli ... AskForHelp Hi people, I've been encountering these past few days and I can't seem to solved this problem on my self. I hope you could help me on this. Here's the scenario: 1) retrieve a User object and this user has a property of list of UserActivity objects 2) from this list of UserActivity ...