This commit is contained in:
Steve Ebersole 2012-03-01 13:32:45 -06:00
commit 2f280b0c5a
1 changed files with 1 additions and 0 deletions

View File

@ -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 ) {