Olav Grønås Gjerde
Olav Grønås Gjerde
(base) olav@olav-MS-7918:~/projects/git-projects/c4ir-cat$ grails schema-export 85% EXECUTING [670ms] > :schemaExport SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Command not...
### Steps to Reproduce 1. Build the application ### Expected Behaviour No compile error ### Actual Behaviour ``` /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 getTitles();...
Is it possible to add support for configuring the default data source at runtime? The main reason I am asking for this is that I want to fetch my database...