Re: Tapestry-security CacheManager

2016-12-23 Thread Kalle Korhonen
Typically, you'd set the desired cachemanager in the realm itself, e.g.: public class UserRealm extends AuthorizingRealm { public UserRealm(...) { super(new MemoryConstrainedCacheManager()); Kalle On Wed, Dec 21, 2016 at 12:47 AM, Charlouze wrote: > Hello tapestry users, > > I wan

Tapestry-security CacheManager

2016-12-21 Thread Charlouze
Hello tapestry users, I wanted to get rid of the log message that says "*No cache or cacheManager properties have been set. Authorization cache cannot be obtained.*". I read that shiro offers an implementation of their CacheManager using EhCache so I tried to set it up. In order to set the Cache