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

@@ -4,7 +4,7 @@
xmlns:util="http://www.springframework.org/schema/util"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
http://www.springframework.org/schema/gemfire http://www.springframework.org/schema/gemfire/spring-gemfire-1.3.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd
">
@@ -34,7 +34,7 @@
-->
<!--
<gfe:lookup-region id="/Parent/Child/Grandchild"/>
-->
<gfe:lookup-region id="/Parent/Child/Grandchild"/>
-->
</beans>