jdaugherty commented on issue #14088: URL: https://github.com/apache/grails-core/issues/14088#issuecomment-2803680716
I'm not really sure how this code would ever compile. The Grails application environment is bootstrapped by the call to `GrailsApp.run(Application, args)`, but in this example you're invoking a Grails specific function before that's occurred. The purpose of the `DynamicFinderTypeCheckingExtension` is to be run against code that has a Grails context. With that said, I do agree it could be a better error. If you can show me in an example project that this fails (in context of Grails code - i.e. groovy source files in a grails project, a service, a domain, etc), then I can dig into this further. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
