Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-5352

Fix the documentation in wildfly-singleton_1_0.xsd

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 10.0.0.CR5
    • 10.0.0.Beta2
    • Clustering
    • None

      https://github.com/wildfly/wildfly/blob/master/clustering/singleton/extension/src/main/resources/schema/wildfly-singleton_1_0.xsd

      1. Attributes "name" and "cache-container" have the same documentation.
      2. Attribute "quorum" is missing documentation.

      <xs:complexType name="singleton-policy">
            <!-- ... -->
              <xs:attribute name="name" type="xs:string" use="required">
                  <xs:annotation>
                      <xs:documentation>Identifies the cache-container used to back the singleton deployment policy.</xs:documentation>
                  </xs:annotation>
              </xs:attribute>
              <xs:attribute name="cache-container" type="xs:string" use="required">
                  <xs:annotation>
                      <xs:documentation>Identifies the cache-container used to back the singleton deployment policy.</xs:documentation>
                  </xs:annotation>
              </xs:attribute>
             <!-- ... -->
              <xs:attribute name="quorum" type="xs:integer" default="1">
                  <xs:annotation>
                      <xs:documentation></xs:documentation>
                  </xs:annotation>
              </xs:attribute>
          </xs:complexType>
      

            pferraro@redhat.com Paul Ferraro
            mvinkler1@redhat.com Michal Vinkler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: