[jboss-jira] [JBoss JIRA] (ELY-298) load-from/uri keystore xsd/parser mismatch

Kabir Khan (JIRA) issues at jboss.org
Wed Sep 30 08:22:00 EDT 2015


Kabir Khan created ELY-298:
------------------------------

             Summary: load-from/uri keystore xsd/parser mismatch
                 Key: ELY-298
                 URL: https://issues.jboss.org/browse/ELY-298
             Project: WildFly Elytron
          Issue Type: Bug
            Reporter: Kabir Khan
            Assignee: Darran Lofthouse
             Fix For: 1.1.0.Alpha1


The xsd has
{code}
  <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"/>
{code}
The parser seems to look for 'uri' rather than 'load-from'




--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list