You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Ramon Gordillo (JIRA)" <ji...@apache.org> on 2014/05/27 14:10:01 UTC

[jira] [Created] (SYNAPSE-988) Repository Schemas contains validation errors

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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org