]
Darran Lofthouse updated ELY-298:
---------------------------------
Fix Version/s: 1.1.0.Beta8
(was: 1.1.0.Beta7)
load-from/uri keystore xsd/parser mismatch
------------------------------------------
Key: ELY-298
URL:
https://issues.jboss.org/browse/ELY-298
Project: WildFly Elytron
Issue Type: Bug
Components: Authentication Client
Reporter: Kabir Khan
Assignee: Darran Lofthouse
Fix For: 1.1.0.Beta8
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'