Please could you share your ehcache implementation.  I have the java class
compiled and have the following in my ticketRegistry.xml file.

<bean id="ticketRegistry"
class="org.jasig.cas.ticket.registry.ehcache.EhCacheTicketRegistry">
      <property name="serviceTicketsCache" ref="ST_cache" />
     <property name="ticketGrantingTicketsCache" ref="TGT_cache" />
</bean>

<bean id="ST_cache" class="????">
      <property name="configLocation"
             value="classpath:ehcache.xml" />
</bean>

<bean id="TGT_cache" class="????">
      <property name="configLocation"
             value="classpath:ehcache2.xml" />
</bean>

-- 
View this message in context: 
http://jasig.275507.n4.nabble.com/CAS-EHCache-Ticket-Registry-tp278045p2315555.html
Sent from the CAS Users mailing list archive at Nabble.com.

-- 
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