Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-298

load-from/uri keystore xsd/parser mismatch

    XMLWordPrintable

Details

    Description

      The xsd has

        <xsd:complexType name="key-store-type">
              <xsd:sequence minOccurs="1" maxOccurs="1">
                  <!-- Access source type -->
                  <xsd:choice minOccurs="1" maxOccurs="1">
                      <xsd:element name="file" type="name-type" minOccurs="1" maxOccurs="1"/>
                      <xsd:element name="load-from" type="uri-type" minOccurs="1" maxOccurs="1"/>
                      <xsd:element name="resource" type="name-type" minOccurs="1" maxOccurs="1"/>
      

      The parser seems to look for 'uri' rather than 'load-from'

      Attachments

        Activity

          People

            darran.lofthouse@redhat.com Darran Lofthouse
            kkhan1@redhat.com Kabir Khan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: