+ introduce RegionFactory in RegionFactoryBean
This commit is contained in:
Costin Leau
2011-08-26 13:05:01 +03:00
parent 07b3e97db3
commit 29e094ea55
2 changed files with 30 additions and 10 deletions

View File

@@ -4,10 +4,14 @@
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.1.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<!--
<gfe:client-cache use-bean-factory-locator="false" pool-name="gemfire-pool"/>
<gfe:pool subscription-enabled="false">
<gfe:server host="localhost" port="40404"/>
</gfe:pool>
-->
<gfe:cache/>
<gfe:client-region data-policy="NORMAL" name="ChallengeQuestions" id="challengeQuestionsRegion"/>
</beans>