Open GoogleCodeExporter opened 9 years ago
It is actually because the addCache method of net.sf.ehcache. CacheManager was
not threadsafe in ehcache < 2.6.2 they changed that as part of
https://jira.terracotta.org/jira/browse/EHC-970. Upgrading ehcache is the
easiest solution. Alternatively you can create your own instance of
CacheResolverFactory that synchronizes the on itself before calling addCache
Original comment by jkupe...@gmail.com
on 18 Jan 2014 at 10:46
Original issue reported on code.google.com by
jkupe...@gmail.com
on 4 Dec 2013 at 7:50Attachments: