1. 程式人生 > >Caused by: java.lang.ClassNotFoundException: org.hibernate.cache.CacheProvider

Caused by: java.lang.ClassNotFoundException: org.hibernate.cache.CacheProvider

出現這個問題主要是hibernate4裡不在有cacheprovider類,cacheprovider在hibernate3中才有,
用hibernate4就應該用hibernate4的SessionFactory。
具體的sessionfactory配置:
<bean id="mysf" class="org.springframework.orm.hibernate4.LocalSessionFactoryBean">
    <property name="dataSource" ref="ds"/>