开发者

Grails Liquibase plugin and Taggable plugin

Perhaps this is a shot in the dark but I am attempting to use the Grails Liquibase plugin and it appears as though there is a compatibility issue with the Taggable plugin. The Taggable plugin works by implementing Taggable on the domain classes which you want to be taggable.

When I try to run the Liquibase command grails generate-changelog I get the following exception on the classes implementing Taggable:

java.lang.RuntimeException: Unable to locate constructor with Class parameter for class org.codehaus.groovy.grails.commons.DefaultGrailsControllerClass

If I remove implements Taggable this error goes away.

I am thinki开发者_运维百科ng this has something to do with the class loader; perhaps Taggable isn't getting loaded?

Thank you very much


For database migrations there's now a 'official' plugin.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜