From fec1b4cc72803320daab33148e31750b6e0f3352 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Fri, 11 Feb 2011 13:49:12 +0200 Subject: [PATCH] SGF-30 + expose close and destroy on read-write region namespace + wire the new properties into the namespace tests --- .../gemfire/config/spring-gemfire-1.0.xsd | 23 +++++++++++++++++++ .../data/gemfire/config/client-ns.xml | 4 ++-- .../data/gemfire/config/diskstore-ns.xml | 2 +- .../data/gemfire/config/partitioned-ns.xml | 2 +- .../data/gemfire/config/replicated-ns.xml | 2 +- 5 files changed, 28 insertions(+), 5 deletions(-) diff --git a/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd b/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd index 4fccaf68..fdfc4758 100644 --- a/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd +++ b/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd @@ -202,6 +202,29 @@ Note: Persistence for partitioned regions is supported only from GemFire 6.5 onw ]]> + + + + + + + + + + diff --git a/src/test/resources/org/springframework/data/gemfire/config/client-ns.xml b/src/test/resources/org/springframework/data/gemfire/config/client-ns.xml index e87d6755..ec14d7fa 100644 --- a/src/test/resources/org/springframework/data/gemfire/config/client-ns.xml +++ b/src/test/resources/org/springframework/data/gemfire/config/client-ns.xml @@ -13,9 +13,9 @@ - + - + diff --git a/src/test/resources/org/springframework/data/gemfire/config/diskstore-ns.xml b/src/test/resources/org/springframework/data/gemfire/config/diskstore-ns.xml index 3be1f782..33119ffc 100644 --- a/src/test/resources/org/springframework/data/gemfire/config/diskstore-ns.xml +++ b/src/test/resources/org/springframework/data/gemfire/config/diskstore-ns.xml @@ -10,7 +10,7 @@ - + diff --git a/src/test/resources/org/springframework/data/gemfire/config/partitioned-ns.xml b/src/test/resources/org/springframework/data/gemfire/config/partitioned-ns.xml index c5fde979..67a251f4 100644 --- a/src/test/resources/org/springframework/data/gemfire/config/partitioned-ns.xml +++ b/src/test/resources/org/springframework/data/gemfire/config/partitioned-ns.xml @@ -12,7 +12,7 @@ - + diff --git a/src/test/resources/org/springframework/data/gemfire/config/replicated-ns.xml b/src/test/resources/org/springframework/data/gemfire/config/replicated-ns.xml index 3ef2fcff..3fe3436a 100644 --- a/src/test/resources/org/springframework/data/gemfire/config/replicated-ns.xml +++ b/src/test/resources/org/springframework/data/gemfire/config/replicated-ns.xml @@ -14,7 +14,7 @@ - +