Joined: Mon Jul 31, 2006 2:22 am Posts: 3
|
Hi all,
Am using Hibernate 3.0.5 in my application.
Caching:
In my classpath I have placed the ehcache.xml with cache configuration for some entity classes. I have invoked the caching in the mapping file using the <cache> tag. Am using org.hibernate.cache.EhCacheProvider. But the entity are not cached with the configuration that is specified in the ehcache.xml file. It takes the default settings with in the ehcache-failsafe.xml. Whether i have explicitly the path of the ehcache.xml file if so then what property do i use in hibernate.properties file.
advance thanks.
karthik
|
|