Fix sample XML client-server integration tests ClassNotFoundException on the o.s.session.config.annotation.web.http.SpringHttpSessionConfiguration class.

This commit is contained in:
John Blum
2018-08-17 00:34:19 -07:00
parent c80536d11b
commit 26c7b583bf
5 changed files with 96 additions and 20 deletions

View File

@@ -15,7 +15,7 @@
<!-- tag::beans[] -->
<context:annotation-config/>
<context:property-placeholder location="classpath:META-INF/spring/application.properties"/>
<context:property-placeholder/>
<bean class="sample.ClientServerReadyBeanPostProcessor"/>
@@ -29,7 +29,7 @@
<!--3-->
<gfe:pool read-timeout="15000" retry-attempts="1" subscription-enabled="true">
<gfe:server host="${spring.session.data.geode.cache.server.host:${spring.data.gemfire.cache.server.host:localhost}}"
<gfe:server host="${spring.session.data.geode.cache.server.host:localhost}"
port="${spring.session.data.geode.cache.server.port:${spring.data.gemfire.cache.server.port:40404}}"/>
</gfe:pool>