SGF-35
+ try to break up cycle between pools and client caches
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user