This is what happens when I run my junit tests...
Another CacheManager with same name \'cacheManager\' already exists in the same VM. Please provide unique
I solved it by adding following to resources.groovy :
beans = { ... aclCacheManager(EhCacheManagerFactoryBean) { shared = true } ... }