Repository: activemq-artemis Updated Branches: refs/heads/master a076c50e5 -> 3ba50574f
ARTEMIS-1565 Fix server schema Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/3ba50574 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/3ba50574 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/3ba50574 Branch: refs/heads/master Commit: 3ba50574fbf4c2230dda982a41a4b1c213ed0a0b Parents: a076c50 Author: Martyn Taylor <[email protected]> Authored: Tue Dec 19 14:01:46 2017 +0000 Committer: Martyn Taylor <[email protected]> Committed: Tue Dec 19 14:01:46 2017 +0000 ---------------------------------------------------------------------- .../src/main/resources/schema/artemis-configuration.xsd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3ba50574/artemis-server/src/main/resources/schema/artemis-configuration.xsd ---------------------------------------------------------------------- diff --git a/artemis-server/src/main/resources/schema/artemis-configuration.xsd b/artemis-server/src/main/resources/schema/artemis-configuration.xsd index e76478c..4360b02 100644 --- a/artemis-server/src/main/resources/schema/artemis-configuration.xsd +++ b/artemis-server/src/main/resources/schema/artemis-configuration.xsd @@ -1445,8 +1445,8 @@ </xsd:element> </xsd:sequence> </xsd:complexType> - - + + <xsd:complexType name="transformerProperty"> <xsd:attribute name="key" type="xsd:string" use="required"> <xsd:annotation> @@ -2180,7 +2180,7 @@ </xsd:documentation> </xsd:annotation> </xsd:element> - <xsd:element name="vote-retries" type="xsd:long" default="5000" minOccurs="0" maxOccurs="1"> + <xsd:element name="vote-retry-wait" type="xsd:long" default="5000" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation> How long to wait (in milliseconds) between each vote @@ -2282,7 +2282,7 @@ </xsd:documentation> </xsd:annotation> </xsd:element> - <xsd:element name="vote-retries" type="xsd:long" default="5000" minOccurs="0" maxOccurs="1"> + <xsd:element name="vote-retry-wait" type="xsd:long" default="5000" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation> How long to wait (in milliseconds) between each vote
