Additional changes for SGF-226 supporting cluster-based configuration in GemFire 8 based on latest changes to the shared, persistent cluster configuration service in preparation for the 8.0 release. The recent changes in SDG for the shared, persistent cluster-based configuration feature are based on GemFire RC build number r48398.

This commit is contained in:
John Blum
2014-08-11 19:21:33 -07:00
parent 6cb2301c32
commit 65b0793a03
7 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@@ -17,7 +17,7 @@
</util:properties>
<gfe:cache properties-ref="gemfirePeerCacheConfigurationSettings" use-bean-factory-locator="false"
use-cluster-configuration="true" cache-xml-location="/sharedconfig-test-cache.xml" lazy-init="false"/>
use-cluster-configuration="true" cache-xml-location="/clusterconfig-test-cache.xml" lazy-init="false"/>
<gfe:lookup-region id="ClusterConfigRegion"/>

View File

@@ -17,7 +17,7 @@
</util:properties>
<gfe:cache properties-ref="gemfirePeerCacheConfigurationSettings" use-bean-factory-locator="false"
use-cluster-configuration="false" cache-xml-location="/sharedconfig-test-cache.xml" lazy-init="false"/>
use-cluster-configuration="false" cache-xml-location="/clusterconfig-test-cache.xml" lazy-init="false"/>
<!-- Should throw an Exception! -->
<gfe:lookup-region id="ClusterConfigRegion"/>

Binary file not shown.