> The issue was that the "shared" property needs to be set to true in..
>
>     <bean id="cacheManager"
> class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean">
>         <property name="configLocation"
> value="WEB-INF/ehcache-replicated.xml" />
>         <property name="shared" value="true" />
>         <property name="cacheManagerName"
> value="ticketRegistryCacheManager" />
>     </bean>
>
> Once that was done, everything started working.
> ...
> Hopefully, this will be helpful to others.

Thanks for taking the time to close the loop on this. I'm sure it will
be helpful as Ehcache usages in CAS grows.

M

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to