Second-level cache is used in the application, but property hibernate.cache.region.factory_class is notgiven; please either disable second level cache or set correct region factory using the hibernate.cache.region.factory_classapplication.propert
我已经在我的项目中包含了hibernate-ehcache-4.3.5.Final.jar,但是它抛出了Unable to create requested service [org.hibernate.cache.spi.RegionFactory">net.sf.ehcache.hibernate.EhCacheRegionFactory</property>
<property name="cache
我试图将ehcache (v2.6.0)添加到我的Hibernate 4.1.5.SP1项目中,但有一些配置问题。具体来说,当我尝试用java.lang.NoClassDefFoundError:org/hibernate/cache/EntityRegion来构建org/hibernate/cache/EntityRegion配置时,我得到了一个Hibernate:错误
<property na