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

@@ -28,7 +28,7 @@
</util:properties>
<!--5-->
<gfe:client-cache properties-ref="gemfireProperties"/>
<gfe:client-cache properties-ref="gemfireProperties" pool-name="gemfirePool"/>
<!--6-->
<gfe:pool keep-alive="false"
@@ -43,7 +43,7 @@
<!--7-->
<bean class="org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration"
p:maxInactiveIntervalInSeconds="30"/>
p:maxInactiveIntervalInSeconds="30" p:poolName="DEFAULT"/>
<!-- end::beans[] -->
</beans>