Ramon Gordillo created SYNAPSE-988:
--------------------------------------
Summary: Repository Schemas contains validation errors
Key: SYNAPSE-988
URL: https://issues.apache.org/jira/browse/SYNAPSE-988
Project: Synapse
Issue Type: Improvement
Components: Core
Affects Versions: 2.1
Reporter: Ramon Gordillo
Assignee: Hiranya Jayathilaka
Priority: Minor
There are several validation errors in the repository schemas that should be
revised to be corrected.
For example, in repository/schema/misc/common.xsd:
<xs:attribute name="value" type="xs:boolean" use="required" default="true"/>
should be use="optional" or default should be removed.
Another one in the same schema:
<xs:attribute name="statistics" default="disabled" type="enableDisable"
use="optional" />
Should be default="disable". Same for attribute trace in the same file.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]