In the core module I decided to use Ehcache's provider for Hibernate and tell
it to configure from a file named ehcache-hibernate.xml:
hibernate.cache.provider_class=net.sf.ehcache.hibernate.EhCacheProvider
net.sf.ehcache.configurationResourceName=/ehcache-hibernat
On 11/30/07, Richard Brewster <[EMAIL PROTECTED]> wrote:
>
> I am using AppFuse 2.0 and looking at ehcache. It seems that out of the box
> AppFuse uses only the Gzip servlet filter from ehcache. What I want to do
> is use ehcache with Hibernate in the core module, and also use ehcache for
> other
I am using AppFuse 2.0 and looking at ehcache. It seems that out of the box
AppFuse uses only the Gzip servlet filter from ehcache. What I want to do
is use ehcache with Hibernate in the core module, and also use ehcache for
other caching in the web module. I think these should use separate
Cac