I have a strange situation which appears to indicate a GORM cacheing problem
//begin with all book.status\'s as UNREAD Book.list().each { book.status = Statu
For added info, you can't use flush or save(flush:true) in your domain class events (afterUpdate, beforeUpdate, ect) It will cause a stack overflow error. You can use save() without flush though.
gorm docs