To recreate the problem just create a simple Domain class
class Picture {
byte[] data
String name
}
Then do a grails generate-all Picture
Try to create a new Picture. It will fail because property data is not bound.
I think I have found the cause of the problem and have raised an issue:
http://jira.codehaus.org/browse/GRAILS-838---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email