From e87713da9459d0c95767179c98322e980c198628 Mon Sep 17 00:00:00 2001 From: costin Date: Fri, 27 Aug 2010 20:11:45 +0300 Subject: [PATCH] + update sample to use the new gemfire namespace SGF-10 --- .../src/main/resources/cache-context.xml | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/samples/hello-world/src/main/resources/cache-context.xml b/samples/hello-world/src/main/resources/cache-context.xml index a6424dbd..0632a962 100644 --- a/samples/hello-world/src/main/resources/cache-context.xml +++ b/samples/hello-world/src/main/resources/cache-context.xml @@ -3,23 +3,22 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:util="http://www.springframework.org/schema/util" + xmlns:gfe="http://www.springframework.org/schema/gemfire" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd"> + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/gemfire http://www.springframework.org/schema/gemfire/spring-gemfire.xsd"> - - - - - + + - - + + - - - + + +