Hi Ben,
 
with the new release some of my integration test stopped to work with NullPointerException in EhCacheBasedUserCache - the cache variable was null. (Suprisingly it was working when deployed under Tomcat.)
 
I have studied the code and than tried to add this line into afterPropertiesSet() bellow your comment "// don’t remove the cache" :
 
cache = CacheManager.getInstance().getCache(CACHE_NAME);
 
and it seems to be OK.
 
TIA,
Karel

Reply via email to