java.lang.ClassNotFoundException: org.hibernate.cache.EhCacheProvider In my pom.xml dependency for ecahce is like below
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.5.0</version>
</dependency>
but still i am facing the problem classNotFound Exception
Please help me out iam trying this out from past 2 days
org.hibernate
, so it should come from Hibernate, no with EhCahe. (Although I imagine it would also depend on EhCache) What dependencies from hibernate have you included? – madth3 Mar 10 '12 at 2:25