could not instantiate RegionFactory[org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge]hibernate 3.3+spring2.5.6

993 ワード

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDAO': Injection of resource methods failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in class path resource [beans.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: could not instantiate RegionFactory [org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge]
解決策
hibernateキャッシュを構成するときに間違ったので、このキャッシュコードを削除しました.コードは次のとおりです.
 
<prop key="hibernate.cache.provider_class">org.hibernate.cache.internal.NoCacheProvider</prop>