The following domain model definition .. class Tes开发者_开发知识库t { String a String b static mapping = {
I\'m trying to migrate from grails 1.2.2 to 1.3.6 and got the following error when trying to access a page :
I am trying to load distinct Parents using Criteria in Grails. The query is as following Query: def criteria = Parent.createCriteria();
I\'m writing a Spock Spec (unit test) for a Service in Grails 1.3.5, and I\'ve run across the following error:
I have about the following: class Object_1 { static hasMany = [tags:Tag] Set tags; ... } Now I have a set of tags and want to find all Object_1-instances with intersecting (!= matching) tag开发者_
My grails app uses a lot of enums, but the current GORM solution for enums isn\'t very satisfactory because it implies the data is in开发者_开发知识库 the code, since GORM doesn\'t map enums into the
i developed a web application using grails/gorm about traffic reports. Basically, its possible to find for traffic reports like (in road xx there开发者_开发问答 was an accident yyy and the traffic is
From the Grails site: http://www.grails.org/doc/1.0.x/guide/5.%20Object%20Relational%20Mapping%20(GORM).html
So we have unique \'codes\' for some of our grails objects (ref data), and when we want to retrieve them, we do so by calling them with their static code:
I just integrated a logging concept for my Grails system and used the filter mechanism to log access to my controllers and actions. The good thing is that I can define one filter for all controller an