Reinstated FUNCTIONAL as a valid index type XML attribute and correction for compiler issue in GemfireOnRegionFunctionTemplate

This commit is contained in:
David Turanski
2013-02-05 10:37:33 -05:00
parent 11dce8858b
commit 8861e89a97
3 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
<!-- as there can be only one cache per VM -->
<gfe:index id="simple" expression="status" from="/test-index"/>
<gfe:index id="simple" expression="status" from="/test-index" type="FUNCTIONAL"/>
<gfe:index id="complex" name="complex-index" expression="tsi.name" from="/test-index tsi" type="HASH" imports="import java.util"/>