Closed
Description
Chris Beams opened SPR-8112 and commented
#12721 heavily refactored the *SessionFactoryBean
hierarchy. Test application developed against < Spring 3.1 that extensively configures LocalSessionFactoryBean
and/or AnnotationSessionFactoryBean
and ensure that the upgrade to Spring 3.1 is smooth.
Note that backward compat with convertHibernateAccessException is broken (now handled by setPersistenceExceptionTranslator)
All other methods should be OK, such as newConfiguration(), etc. They're all deprecated in LSFBean and ASFBean.
See #12767 which suggests running a CLIRR report against 3.1 to check backward-compat
This issue is a sub-task of #12076