After Updating from hibernate orm 5.0. 2 5 to 5.0. 9 7 I get: 08:59:37,621 (main) ERROR: HibernateSessionFactory:326 - org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy cannot be cast to org.hibernate.cache.spi.access.CollectionRegionAccessStrategy java.lang.ClassCastException: org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy cannot be cast to org.hibernate.cache.spi.access.CollectionRegionAccessStrategy at org.hibernate.internal.SessionFactoryImpl.determineCollectionRegionAccessStrategy(SessionFactoryImpl.java:634) at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:391) at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
It is not clear what of my settings is causing this. Currently I cannot update. |
|