Avoid premature destruction of the GemFire Pool used by the client Sessions Region.

Fixes gh-665
This commit is contained in:
John Blum
2016-11-10 17:36:42 -08:00
parent e4fe53abf8
commit dd3a571494
4 changed files with 16 additions and 24 deletions

View File

@@ -50,7 +50,6 @@ public class ServerConfig {
return new PropertySourcesPlaceholderConfigurer();
}
@Bean
Properties gemfireProperties() { // <2>
Properties gemfireProperties = new Properties();