Fixes JIRA issue SGF-295 allowing all Eviction Policy Actions (LOCAL_DESTROY, OVERFLOW_TO_DISK) to be specified on Local Regions configured using the Spring Data GemFire XML namespace. This commit resolves the issue in the 1.5 XSD for the SDG 1.5.0.M1 (Evans) release.

This commit is contained in:
John Blum
2014-07-07 13:09:55 -07:00
parent 1df9454524
commit 8a8d0d89ff

View File

@@ -1122,8 +1122,7 @@ Eviction policy for the replicated region.
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="evictionType">
<xsd:attribute name="action" type="evictionActionType"
fixed="OVERFLOW_TO_DISK">
<xsd:attribute name="action" type="evictionActionType">
<xsd:annotation>
<xsd:documentation><![CDATA[
The action to take when performing eviction.