org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory cannot be cast to org.hibernate.cache.RegionFactory -
trying use hibernate web app , getting following exception:
initial sessionfactory creation failed.org.hibernate.hibernateexception: not instantiate regionfactory [org.hibernate.cache.ehcache.singletonehcacheregionfactory] org.hibernate.hibernateexception: not instantiate regionfactory [org.hibernate.cache.ehcache.singletonehcacheregionfactory] @ org.hibernate.cfg.settingsfactory.createregionfactory(settingsfactory.java:423) caused by: java.lang.classcastexception: org.hibernate.cache.ehcache.singletonehcacheregionfactory cannot cast org.hibernate.cache.regionfactory @ org.hibernate.cfg.settingsfactory.createregionfactory(settingsfactory.java:409) ... 31 more any ides how resolve this?
problem local database issue. problem resolved.
Comments
Post a Comment