terracotta « grails « Java Enterprise Q&A





1. Restart terracotta after adding/modifying domain classes in Grails app    stackoverflow.com

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, ...

2. Grails 1.3.4 / Terracotta 3.5.1: Deploying a .war file fails    stackoverflow.com

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:


inherits("global") ...