Index: /trunk/grails-app/domain/TaskRecurringSchedule.groovy
===================================================================
--- /trunk/grails-app/domain/TaskRecurringSchedule.groovy	(revision 602)
+++ /trunk/grails-app/domain/TaskRecurringSchedule.groovy	(revision 603)
@@ -34,7 +34,6 @@
     }
 
-    // As of Grails 1.1.1 this does not fire/pass before validation.
-    // But setting some defaults above to pass validation and placing this code here
-    // in the hope that this will be fixed in future versions.
+    // Events do not fire/pass before validation, since they are called during flushing.
+    // Defaults set above to pass validation.
     def beforeInsert = {
         setNextGenerationDate()
