Hello
I have domain object Server. During bootstrap following code is calledFollowing command is executed during app buildCode:serverUrl = Server.get(1)?.urlSometimes grails:test-app failures with error grails:test-app groovy.lang.MissingMethodException on method Server.get. This problem happens only sometimes and only during app buildmvn -Dgrails.env=devTest clean -e && mvn -Dgrails.env=test grails:test-app -e && mvn -Dgrails.env=devTest grails:maven-war -e


Reply With Quote
