Re: [appfuse-user] Ehcache providers and CacheManagers in a modular project

2008-01-02 Thread Richard Brewster
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

Re: [appfuse-user] Ehcache providers and CacheManagers in a modular project

2008-01-02 Thread Matt Raible
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

[appfuse-user] Ehcache providers and CacheManagers in a modular project

2007-11-30 Thread Richard Brewster
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