You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing on Grails 3.3.x (it is also affecting 3.2.x and probably any 3.x) and all services marked as @transaction has no syntax highlighting, does not show up in references or call hierarchy if method called from @transactional method, there is no Quick actions, like Ctrl+Click on anything in @transactional methods.
I am using:
Eclipse Oxygen.3a Release (4.7.3a)
Groovy-Eclipse 3.1.0.xx-201808241936-e47
It will be created with @transactional, import this project into eclipse and add Gradle nature. Edit grails-sample/grails-app/services/grails/sample/SampleService.groovy, like this:
The first methiod affected by @transactional will have no syntax highlight, like keyword println or local var "qwe" will be grayed as simple text while the second one will have everything.
I am attaching my sample app zip here, just in case. grails-sample.zip
The text was updated successfully, but these errors were encountered:
I am developing on Grails 3.3.x (it is also affecting 3.2.x and probably any 3.x) and all services marked as @transaction has no syntax highlighting, does not show up in references or call hierarchy if method called from @transactional method, there is no Quick actions, like Ctrl+Click on anything in @transactional methods.
I am using:
Eclipse Oxygen.3a Release (4.7.3a)
Groovy-Eclipse 3.1.0.xx-201808241936-e47
It is easy to reproduce with SDKMAN:
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk i grails
grails create-app --profile web --inplace
grails create-service sample
It will be created with @transactional, import this project into eclipse and add Gradle nature. Edit grails-sample/grails-app/services/grails/sample/SampleService.groovy, like this:
The first methiod affected by @transactional will have no syntax highlight, like keyword println or local var "qwe" will be grayed as simple text while the second one will have everything.
I am attaching my sample app zip here, just in case.
grails-sample.zip
The text was updated successfully, but these errors were encountered: