随笔 - 10  文章 - 0  trackbacks - 0
<2012年6月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

常用链接

留言簿

随笔档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜

 hibernate.cache.region.factory_class=net.sf.ehcache.hibernate.EhCacheRegionFactory  

报 ClassNotFoundException: org.hibernate.cache.TimestampsRegion

 hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.EhCacheRegionFactory  

报 ClassNotFoundException: org.hibernate.cache.ehcache.EhCacheRegionFactory

后来找到原因,   net.sf.ehcache.hibernate.EhCacheRegionFactory  不支持hibernate4

hibernate4支持ehcache的话,需要引入

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ehcache</artifactId>
  <version>4.1.2.Final</version>
</dependency>


参考地址:http://forums.terracotta.org/forums/posts/list/6674.page

posted on 2012-06-27 16:36 leafcold 阅读(1318) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: