hi folks
i trying to configure a second level cache
for my application
i have added two special attributes for this
<prop key="hibernate.cache.provider_class">org.hibernate .cache.EHCacheProvider</prop>
<class-cache class="com.deemsys.elearn.test.coursecontent.dao.s ampletest" usage="read-write"/>
but iam getting error on <class-cache>
if any body has some sample code
please send me


Reply With Quote