SGF-416 - Remove deprecated code associated with syncing GemFire properties between the ClientCache and Pool.

This commit is contained in:
John Blum
2016-03-23 16:52:47 -07:00
parent e611c520c7
commit a0c5ecad62
8 changed files with 111 additions and 261 deletions

View File

@@ -15,7 +15,7 @@
<prop key="log-level">warning</prop>
</util:properties>
<gfe:client-cache properties-ref="gemfireProperties" use-bean-factory-locator="false"/>
<gfe:client-cache properties-ref="gemfireProperties"/>
<gfe:pool id="client" subscription-enabled="true">
<gfe:server host="localhost" port="40404"/>
@@ -23,7 +23,7 @@
<task:executor id="testTaskExecutor"/>
<gfe:cq-listener-container id="testContainerId" cache="gemfireCache" pool-name="client">
<gfe:cq-listener-container id="testContainerId" pool-name="client">
<!-- default handle method -->
<gfe:listener ref="testBean1" query="SELECT * from /test-cq"/>
<gfe:listener ref="testBean1" query="SELECT * from /test-cq" name="test-bean-1" method="handleQuery"/>
@@ -32,7 +32,6 @@
<bean id="testBean1" class="org.springframework.data.gemfire.listener.GemfireMDP"/>
<bean id="testBean2" class="org.springframework.data.gemfire.listener.ThrowableEventListener"/>
<bean id="handler" class="org.springframework.data.gemfire.listener.StubErrorHandler"/>
</beans>