You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Issue Links:
Referenced from: commits b25dc7c
The text was updated successfully, but these errors were encountered: