]
Steve Ebersole closed HHH-5520.
-------------------------------
Resolution: Fixed
Per org.hibernate.cache.RegionFactory javadocs, implementors should
be allowed to use no-arg constructor
--------------------------------------------------------------------------------------------------------
Key: HHH-5520
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5520
Project: Hibernate Core
Issue Type: Bug
Affects Versions: 3.5.5, 3.6.0.Beta3
Reporter: Steve Ebersole
Assignee: Steve Ebersole
Fix For: 3.6.0.Beta4
Time Spent: 0.2h
Remaining Estimate: 0h
{code}
/**
* ...
* Implementors should define a constructor in one of two forms:<ul>
* <li>MyRegionFactoryImpl({@link java.util.Properties})</li>
* <li>MyRegionFactoryImpl()</li>
* </ul>
* ...
*/
public interface RegionFactory {
}
{code}
Currently we only check for the former.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: