java.lang.NoSuchMethodError: org.hibernate.engine.spi.SessionFactoryImplementor.getProperties()Ljava/util/Map;
at org.springframework.orm.hibernate5.SessionFactoryUtils.getDataSource(SessionFactoryUtils.java:153)
at org.springframework.orm.hibernate5.HibernateTransactionManager.afterPropertiesSet(HibernateTransactionManager.java:353)
at org.springframework.orm.hibernate5.HibernateTransactionManager.<init>(HibernateTransactionManager.java:145)
Andy Wilkinson opened SPR-14365 and commented
The signature of
SessionFactoryImplementor.getProperties()changed in 5.2 to returnMaprather thanProperties. This leads to aNoSuchMethodErrorwith 5.1 (and 5.0 too, I presume):Affects: 4.3 GA
Issue Links:
1 votes, 8 watchers