-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grails 3.3.1 #21
Comments
Yes, planning to work on it in the next couple weeks |
any progress? |
Yeah. I'm currently stuck at a point where Im no as familiar with grails. Im getting a message asking me to first initialize the gorm context before I can introspect domain classes. If you could provide insight that will be much appreciated. |
may be you can do something in plugin |
Not very familiar with grails internals, but thanks for the tip. I pushed a PR #22 with work in progress to solicit help. I'll look into it for sure. |
You need to start the plugin after GORM has been initialized. The solution is to set autostartup to false using this stanza in application.yaml:
In your Bootstrap.groovy, get a bean reference to the plugin and start it from init.
|
There is a PR #23, I plan to merge in soon. Thanks for your suggestion! |
Any update on getting that PR merged? |
@dilipkrish Do you have plan to merge the PR#23 anytime soon? |
Same question, Any plans to merge PR #23? |
current ,can not use in grails 3.3.1, is there any solution?
The text was updated successfully, but these errors were encountered: