Description
Manuel Dominguez Sarmiento opened SPR-6804 and commented
Hibernate's RegionFactory interface's Javadoc states that implementations should either provide parameterless constructors, or a constructor that takes a Properties object as its only argument. However, only the second option actually works, since Hibernate's SettingsFactory attempts to find such a constructor via reflection and fails if it does not one.
This is an unresolved Hibernate bug, but affects LocalRegionFactoryProxy which does not work as it currently exists.
Hibernate bug:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3695
This issue is related to:
http://jira.springframework.org/browse/SPR-6387
Affects: 3.0 GA
Attachments:
- LocalRegionFactoryProxy.java (3.50 kB)
Issue Links:
- Add support for the HIbernate RegionFactory cache API to LocalSessionFactoryBean [SPR-6387] #11053 Add support for the HIbernate RegionFactory cache API to LocalSessionFactoryBean
Referenced from: commits b25dc7c