Open athlan opened 11 years ago
Hi athlan,
you are using Grails 2.3.x aren't you?
Grails 2.2.4 worked fine for me. I just tested it with Grails 2.3.2 and got the same error messages like you. These errors can be resolved by updating the versions of the hibernate and tomcat plugins in BuildConfig.groovy:
runtime ":hibernate:$grailsVersion" --> runtime ":hibernate:3.6.10.3" build ":tomcat:$grailsVersion" --> build ":tomcat:7.0.42"
However, after this I am getting H2 datasource errors I wasn't able to resolve so far. I will look into this in the next days.
Howdy.
Unfortunately, I cannot compile the project: