SGF-63
+ introduce RegionFactory in RegionFactoryBean
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user