Skip to content

Hibernate cache SPI integration -> LocalRegionFactoryProxy needs a LocalRegionFactoryProxy(Properties) constructor [SPR-6804] #11470

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions