Grails MissingMethodException: createCriteria in WAR, Runs Locally -
i have grails app pretty vanilla. domain objects on controllers. runs fine when using locally using run-app or run-war. when create war file using grails war , deploy tomcat 7.0.25 webapps directory, following: error 500: internal server error uri/apps2/mrimetricadjustment/teamresultadjustment/list classgroovy.lang.missingmethodexception messageno signature of method: com.thrivent.mriadjustment.domain.teamresultadjustment.withcriteria() applicable argument types: () values: [] possible solutions: withcriteria(groovy.lang.closure), withcriteria(java.util.map, groovy.lang.closure), createcriteria() withcriteria() domain method , error on domain objects. have tried manner of clean, refresh dependencies, various environment switches on war build (as in grails prod war). i've totally blown away app on tomcat , redeployed. nothing. i'm working in groovy grails tool suite 3.1.0, grails 2.1.1. appreciated. adding stack trace , code issue gets hit. same plac...