+ try to break up cycle between pools and client caches
This commit is contained in:
Costin Leau
2011-08-24 22:12:42 +03:00
parent 1c1f40d2df
commit 01a4d29fa4
3 changed files with 20 additions and 29 deletions

View File

@@ -2,11 +2,11 @@
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:gfe="http://www.springframework.org/schema/gemfire"
xsi:schemaLocation="http://www.springframework.org/schema/gemfire http://www.springframework.org/schema/gemfire/spring-gemfire-1.0.xsd
xsi:schemaLocation="http://www.springframework.org/schema/gemfire http://www.springframework.org/schema/gemfire/spring-gemfire-1.1.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean class="org.springframework.data.gemfire.client.ClientCacheFactoryBean"/>
<property name="pool" ref="pool"/>
<bean class="org.springframework.data.gemfire.client.ClientCacheFactoryBean">
<property name="poolName" value="pool"/>
</bean>
<gfe:pool id="pool">