java.lang.NoClassDefFoundError: org/hibernate/cache/EntityRegion configuring EHCache

前端 未结 4 759
[愿得一人]
[愿得一人] 2020-12-16 11:21

I\'m trying to add ehcache (v2.6.0) to my Hibernate 4.1.5.SP1 project, but having some configuration issues. Specifically, I\'m getting a ja

4条回答
  •  -上瘾入骨i
    2020-12-16 12:12

    From Hibernate 4, there s new hibernate-cache introduce for caching. This need latest dependency for net.sf.ehcache upto 2.6. Following article will CLICK ON LINK. When i add following dependency in my pom, the error will remove:

        
            net.sf.ehcache
            ehcache
            2.8.3
        
    

提交回复
热议问题