Results 4 comments of G

this didnt work for me. it worked when you import the module, but when the stack runs, it doesn't run. it appears to drop the `username:token`

For Grails 2.4.5 / plugin 1.4.1 .. You can intercept the configuration setup. Like : http://burtbeckwith.com/blog/?p=465 For the primaryKey.. i did : ``` import org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration import org.hibernate.MappingException import org.hibernate.mapping.PersistentClass import...