Dave Barnes created GEODE-8982:
----------------------------------
Summary: Synch cache-1.0.xsd with public version
Key: GEODE-8982
URL: https://issues.apache.org/jira/browse/GEODE-8982
Project: Geode
Issue Type: Bug
Components: core
Affects Versions: 1.13.1
Reporter: Dave Barnes
[~tmorrison] reports:
The XML schema definition we recommend in the documentation,
[http://geode.apache.org/schema/cache/cache-1.0.xsd]
is not the same as the one embedded in the product. In the fixed for
GEODE-7129, we added an attribute for creating an AEQ with paused event
processing that’s not present in the public xsd.
Looks like we silently modified the schema definition (without bumping the
version) and haven’t published it.
At the moment, to point to the correct one, I think you have to use:
[https://raw.githubusercontent.com/apache/geode/develop/geode-core/src/main/resources/META[…]-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd|https://raw.githubusercontent.com/apache/geode/develop/geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)