Tagged Questions
3
votes
1answer
137 views
Integrating terracotta with grails
Created empty grails project
grails create-app foo
Modified BuildConfig.groovy, uncommented
inherits("global") {
// uncomment to disable ehcache ...
0
votes
1answer
129 views
Grails. ehcache throws `Cache foo already exist` during startup
Have such ehcache configuration:
<ehcache> ...
0
votes
1answer
212 views
Terracotta Web Sessions JDBC Datasource not Serializable
I've been working on integrating Terracotta web sessions into our application architechture. Everything is correctly running and talking properly, however the application servers keep throwing a huge ...
2
votes
1answer
260 views
Grails 1.3.4 / Terracotta 3.5.1: Deploying a .war file fails
We have a Grails (1.3.4) app running with Terracotta Ehcache 3.3. We are trying to update our Terracotta installation to the latest one, 3.5.1. I added these lines in the BuildConfig.groovy:
...
1
vote
1answer
129 views
Restart terracotta after adding/modifying domain classes in Grails app
We have a Grails app, and we are using Terracotta for caching. We have noticed that every time we add some fields in existing domain classes or add new domain classes, the app crashes with "unexpected ...