RegionFactory's no-arg constructor does not get invoked
-------------------------------------------------------
Key: HHH-3695
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3695
Project: Hibernate Core
Issue Type: Bug
Components: caching (L2)
Affects Versions: 3.3.1
Reporter: Paul Cowan
Priority: Trivial
RegionFactory's class Javadoc says:
* Implementors should define a constructor in one of two forms:<ul>
* <li>MyRegionFactoryImpl({@link java.util.Properties})</li>
* <li>MyRegionFactoryImpl()</li>
* </ul>
but SettingsFactory.createRegionFactory only looks for the one that takes a Properties
class.
This is relatively minor, I don't think 'fixing' this by just correcting the
javadoc is really that big a deal but have patches for both ways.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira