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}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public void start(Settings settings, Properties properties) throws CacheException {
|
public void start(Settings settings, Properties properties) throws CacheException {
|
||||||
|
this.settings = settings;
|
||||||
try {
|
try {
|
||||||
String configurationResourceName = null;
|
String configurationResourceName = null;
|
||||||
if ( properties != null ) {
|
if ( properties != null ) {
|
||||||
|
|
Loading…
Reference in New Issue