Fully fixes JIRA issue SGF-236 involving the Subregion bean names requiring a prepended forward slash when using the high-level region XML namespace abstractions, like gfe:replicated-region, vs. the gfe:lookup-region element.

This commit is contained in:
John Blum
2014-01-21 18:27:22 -08:00
parent 415a9a1239
commit d8dc9d4edb
3 changed files with 152 additions and 14 deletions

View File

@@ -19,7 +19,6 @@ package org.springframework.data.gemfire.config;
import org.springframework.beans.factory.support.BeanDefinitionBuilder;
import org.springframework.beans.factory.xml.ParserContext;
import org.springframework.data.gemfire.RegionLookupFactoryBean;
import org.springframework.util.StringUtils;
import org.w3c.dom.Element;
/**