Merge branch 'HHH-7096' of https://github.com/edalquist/hibernate-core
This commit is contained in:
commit
2f280b0c5a
|
@ -63,6 +63,7 @@ public class SingletonEhCacheRegionFactory extends AbstractEhcacheRegionFactory
|
|||
* {@inheritDoc}
|
||||
*/
|
||||
public void start(Settings settings, Properties properties) throws CacheException {
|
||||
this.settings = settings;
|
||||
try {
|
||||
String configurationResourceName = null;
|
||||
if ( properties != null ) {
|
||||
|
|
Loading…
Reference in New Issue