Skip to content

Commit 64ccd24

Browse files
committed
XSD update for 14.1.1.0 cl 115261 --> 14.1.1.0 CE
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.1.0/": change = 115275]
1 parent 1f5f4a8 commit 64ccd24

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

prj/coherence-core/src/main/resources/coherence-operational-config.xsd

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright (c) 2000, 2023, Oracle and/or its affiliates.
3+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
44
55
Licensed under the Universal Permissive License v 1.0 as shown at
66
https://oss.oracle.com/licenses/upl.
@@ -1706,6 +1706,7 @@
17061706
<xsd:element ref="remote-addresses" />
17071707
<xsd:element ref="name-service-addresses" />
17081708
</xsd:choice>
1709+
<xsd:element minOccurs="0" ref="error-on-elastic-data-full" />
17091710
<xsd:any namespace="##other" processContents="lax"
17101711
minOccurs="0" maxOccurs="unbounded" />
17111712
</xsd:sequence>
@@ -1818,6 +1819,22 @@
18181819
</xsd:annotation>
18191820
</xsd:element>
18201821

1822+
<xsd:element name="error-on-elastic-data-full" type="coherence-boolean-type">
1823+
<xsd:annotation>
1824+
<xsd:documentation>
1825+
The error-on-elastic-data-full flag indicates whether federation will put the
1826+
remote participant into the ERROR state when Elastic Data or the device used
1827+
by Elastic Data is full.
1828+
1829+
The legal value is true or false.
1830+
1831+
Default value is true.
1832+
1833+
Used in: participant
1834+
</xsd:documentation>
1835+
</xsd:annotation>
1836+
</xsd:element>
1837+
18211838
<xsd:element name="batch-size" type="coherence-integer-type">
18221839
<xsd:annotation>
18231840
<xsd:documentation>

0 commit comments

Comments
 (0)