When my grails application faces high load, I encounter some SQLException : java.sql.SQLException: Can\'t call commit when autoc开发者_开发问答ommit=true
The grails export plugin is designed to export a single domain class. Is there a way to use the Grails export plugin to export a hierarchy of hasMany domain classes.Could I do a join that creates a tr
This question is an extension of / is similar too the question I asked here.The specific issue I was having in that question was solved, but I am having another very similar issue.
I have an application in production that that recently had a MySQL timeout, so I am trying to add extra parameters to the datasource to prevent this. In the 1.3.7 documentation it shows that I can add
A very simplified example of how I use createCriteria method for getting data in my Grails application:
I\'m trying to use searchable to find values by a null field.Or for that matter even index an id from a sub domain.
I am implementing a custom Interactiv开发者_StackOverflow社区eAuthenticationSuccessEventListener to react on events from the spring-security-core plugin - the source file is in /src/groovy
Is it possible to use the Grails tag createLink to create a link to (the first state of) a Grails webflow?
I am writing a reporting functionality for a Domain object in grails. There is field \"balance\" which is BigDecimal. I am having trouble writing the query. Appreciate any help.
Is it possible to create domain class which will开发者_开发问答 be mapped to db table with predefined values, for example: