Archive for the 'Grails' Category
Graeme - the Grails bug buster
2 Comments Published October 26th, 2007 in Grails, Groovy and Grails, RepositaWhile testing Reposita with the Grails repository, I was amazed about Graeme who is the Grails project lead and recently became the CTO of G2One.
Scanning the Grails subversion commits and searching for bug fixes, Graeme seems to be a very very active bug buster. One in four commits is a bug fix. Perhaps this […]
More Hibernate JPA troubles
2 Comments Published October 25th, 2007 in Grails, Groovy and Grails, Hibernate, JPAWhen running JPA together with Grails (not tested on it’s own), with a Hibernate ORM either Hibernate, or with a pool the pool (c3p0), runs out of connections. The architecture of Reposita has a Grails frontend with a (Java) JPA backend to enable switching the frontend and backend independently. The MySQL database barks about to […]
JPA hangs Grails, Part 2
0 Comments Published October 24th, 2007 in Grails, Groovy and Grails, Hibernate, JPA, JavaAs I wrote before, using Java JPA in my Grails application, the Grails application (0.6) hanged. After not much help from the mailing list, I updated to Grails RC1.0 without success. Adding the newest Hibernate JARs and Annotations JARs to the grails/lib directory solved my issue though. Grails no happily uses my JPA/Dao backend. Puh.
var […]
Grails, Hibernate and JPA: hanging application
5 Comments Published October 15th, 2007 in Grails, Groovy and Grails, Hibernate, JPAWhen developing an application in Grails I’ve been adding a backend written for JPA. This should be no problem - you think. But while the unit test for the JPA backend work fine for themselves, when adding the backend to the Grails application, Grails hangs when accessing the EntityManager. It does not help that all […]