Open GoogleCodeExporter opened 9 years ago
Exactly the same error appears if using the redis plugin instead of mongo.
Could it be that burningimage does not comply with the Grails persistence
interceptor concept, which is required for mongo/redis plugins to work
correctly?
Anders
Original comment by and...@turkino.net
on 13 May 2011 at 12:42
http://grails.org/doc/latest/guide/7.%20Validation.html
From section 7.1
A word of warning - referencing domain class properties from constraints
It's very easy to reference instance variables from the static constraints
block, but this isn't legal in Groovy (or Java). If you do so, you will get a
MissingPropertyException for your trouble.
Original comment by dpoli...@gmail.com
on 13 May 2011 at 11:59
Original issue reported on code.google.com by
dpoli...@gmail.com
on 19 Apr 2011 at 9:50Attachments: