Joined: Wed Apr 22, 2015 4:58 am Posts: 4
|
Hi , I am upgrading application hibernate and spring version with below current version but Ehcahce is not working after upgradation.
spring.version==4.1.6.RELEASE Hibernate version= 4.3.9.Final <dependency org="net.sf.ehcache" name="ehcache" rev="2.4.3"> <dependency org="org.hibernate" name="hibernate-ehcache" rev="4.3.9.Final"> i am exclude the net.sf.ehcache from this dependency <exclude org="net.sf.ehcache" module="ehcache-core">
but Caching is not working.
Please suggest what version we should use for spring(4.x) and hibernate and ehcache for caching .
|
|