jkuehn / gorm-mongodb

Grails GORM implementation for the MongoDB document oriented database
http://www.grails.org/plugin/mongodb-morphia
Apache License 2.0
21 stars 14 forks source link

errorr in the install script #17

Open isoloist opened 11 years ago

isoloist commented 11 years ago

mongodb-morphia-0.8.1/src/groovy/grails/plugins/mongodb/ast/MongoDomainASTTransformation.groovy: 174: Mixing private and public/protected methods of the same name causes multimethods to be disabled and is forbidden to avoid surprising behaviour. Renaming the private methods will solve the problem. @ line 174, column 3. private PropertyNode getProperty(ClassNode classNode, String propertyName) {

jkuehn commented 11 years ago

Thanks for the report, you're right. Would you provide a patch or a pull request?