grails « Connection « JPA Q&A





1. Grails dynamic database connections?    stackoverflow.com

Where I'm working, we have multiple database we need to be able to query. Some of them are predefined and we're using Datasources to access. Others are named after the ...

2. How do you disconnect an object from it's hibernate session in grails?    stackoverflow.com

I'm trying to do this, but I get the error. "a different object with the same identifier value was already associated with the session" It looks like I need to remove dbObject from ...

3. Do I need to use C3P0 pooling library in my (grails) web application?    stackoverflow.com

I am not familiar at all with connection pooling library. I've just discovered it through this blog article) and I am not sure that I should use one in ...