-
-
Is it possible that it could work for Grails 3?
Thanks
-
Hi guys. I'm trying to create a multi-module project, and I'm getting an issue with grailsResourceLocator.findResourceForURI(...). It seems that resource locator can locate resources only in main appl…
-
If console is running on a working server, then wouldn't [this code](https://github.com/sheehan/grails-console/blob/master/grails3/plugin/grails-app/services/org/grails/plugins/console/ConsoleService.…
-
What would be the configuration using application.yml instead of application.groovy? Is it supported?
-
I'm not sure if this is the right thing to be storing. But from what I've seen is that you guys are storing the access token that is coming back from a provider as the access token in the domain objec…
-
in MultiTenantSingleDbGrailsPlugin.groovy on line 37ff would be tried to detect the position for the plugin in a filterMap. on this way the plugin trys to find the springsecurity SecurityFilterPositio…
-
### Steps to Reproduce
1. create an exampleDomain with a string that is unique
2. create a controller for that domain with static scaffold = exampleDomain
3. start the application
4. create two object…
-
Hi, I use Grails3.3.5, `lazy: false` seems not work. When execute `Airport.findByName("Gatwick")`, only one SQL statement generated. But if I change it to `fetch: 'join'`, it works well.
```
| OS:…
-
I have a Grails 3.1.10 plugin and application in a gradle multi-project with the following setup:
- Controller in the application that just render a view that is available in the plugin.
- The view in…