grails-2.4 Questions
4
I am upgrading a grails app from 2.1.1 to 2.4.3 and solving errors along the upgrade is a never ending story.
Now I am stuck at this point.
Any ideas how to solve this?
Thanks!
C:\workspace\gra...
Taegu asked 20/9, 2014 at 15:51
3
Solved
I've
created new Grails 2.4.3 project
created TestController
set grails.reload.enabled = true in BuildConfig.groovy
run application with grails -reloading run-app
My controller action code:
d...
Alisaalisan asked 22/8, 2014 at 9:31
1
Solved
I'm using Grails 2.4.4, mongo plugin 3.0.2, MongoDB 2.4.10 using a remote database connection.
grails {
mongo {
host = "11.12.13.14" // A remote server IP
port = 27017
databaseName = "blogger"...
Linville asked 14/4, 2015 at 10:7
1
Solved
I am using Traits for making my controllers DRY. I want to unit test the Trait class using Spock. Here is my sample trait and Spock test case respectively:
trait SomeTrait {
public void checkSome...
Hepplewhite asked 6/1, 2015 at 7:1
3
Solved
I keep getting an error when starting my Grails application after I upgraded from Grails 2.4.3 to 2.4.4 . The full error can be read here: http://pastebin.com/UXQ34JKD
2014-10-31 16:26:32 ERROR [c...
Carnivore asked 31/10, 2014 at 20:31
1
I have upgraded a Grails 2.3.8 project to 2.4.3. In 2.3.8 we had problems with forked execution, so I have disabled it. Now, when I enable it, and try to reload a changed service or controller clas...
Latent asked 25/9, 2014 at 18:12
1
© 2022 - 2024 — McMap. All rights reserved.