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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -