Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-10619

There is description of "case-sensitive" attribute inconsistency between model and XSD.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.0.DR19
    • 7.1.0.DR17
    • Security
    • None

      There is description of "case-sensitive" attribute inconsistency between model and XSD.

      In XSD is missing default value.

      Please add to XSD default value and unify description.
      I suggest use description from model as right one: "Case sensitivity of the credential store. If case insensitive only lower case names are allowed for aliases.".

      MODEL

      "case-sensitive" => {
                                  "type" => BOOLEAN,
                                  "description" => "Case sensitivity of the credential store. If case insensitive only lower case names are allowed for aliases.",
                                  "attribute-group" => "implementation",
                                  "expressions-allowed" => false,
                                  "required" => false,
                                  "nillable" => true,
                                  "default" => false,
                                  "access-type" => "read-write",
                                  "storage" => "configuration",
                                  "restart-required" => "resource-services"
                              },
      

      DMR

      <xs:attribute name="case-sensitive" type="xs:boolean" use="optional">
                  <xs:annotation>
                      <xs:documentation>
                          Indicates that the credential store is case sensitive and should then allow for upper case in alias.
                      </xs:documentation>
                  </xs:annotation>
              </xs:attribute>
      

            rhn-support-ivassile Ilia Vassilev
            hsvabek_jira Hynek Švábek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: