]
Farah Juma resolved ELY-1098.
-----------------------------
Resolution: Won't Fix
Resolving this one as "Won't Fix" since the corresponding JBEAP issue was
resolved with no XSD changes planned.
WildFly Elytron Client Configuration File created based on
elytron-1_0.xsd is not valid for clients
---------------------------------------------------------------------------------------------------
Key: ELY-1098
URL:
https://issues.jboss.org/browse/ELY-1098
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta34
Reporter: Ondrej Lukas
Priority: Blocker
There are some issues which causes that WildFly Elytron Client Configuration File created
based on elytron-1_0.xsd is not valid for clients:
* root element {{configuration}} is not included in elytron-1_0.xsd, it means that
configuration with {{configuration}} are handled as invalid and configuration which has
{{authentication-client}} as root element as valid
* XSD elytron-1_0.xsd includes some elements on the highest level of XSD, which for
example means that configuration file which includes only element {{<set-user-name
name="someUser"/>}} is valid according to XSD.
We request blocker because validated configuration file will not work correctly in
clients. Moreover XSD is source of information which can be used by users for creating
wildfly-config.xml correctly or validate their configuration file before using it.
Mentioned issues can cause that this validation using elytron-1_0.xsd becomes unusable for
users.