Re: [appfuse-user] Re: Ehcache doesnt actually kick in

2009-01-12 Thread Matt Raible
You might want to make sure your class is configured properly in ehcache.xml in src/main/resources. Matt On Mon, Jan 12, 2009 at 3:23 AM, Kannan Ekanath wrote: > Apparently, I put break points in the get and put methods of the > org.hibernate.cache.EhCache and I see that the put method is being

[appfuse-user] Re: Ehcache doesnt actually kick in

2009-01-12 Thread Kannan Ekanath
Apparently, I put break points in the get and put methods of the org.hibernate.cache.EhCache and I see that the put method is being called by the NonstrictReadWriteCache.put method but the NonstrictReadWriteCache.get and EhCache.get methods are never getting called at all? My controller is querying