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
/home/olav/dataquerybug/build/tmp/compileGroovy/groovy-java-stubs/com/example/BookService.java:13: error: element value must be a constant expression
@grails.gorm.services.Query(value=null) java.util.List<java.lang.String> getTitles();
^
1 error
startup failed:
Compilation failed; see the compiler error output for details.
1 error
FAILURE: Build failed with an exception.
olavgg
changed the title
Data service JPA query doesnt compile when being invoked from a Java class
Data service JPA query doesnt compile when invoked from a Java class
Oct 15, 2019
Steps to Reproduce
Expected Behaviour
No compile error
Actual Behaviour
Environment Information
Example Application
https://github.com/olavgg/dataquerybug
The text was updated successfully, but these errors were encountered: