[jboss-jira] [JBoss JIRA] (WFLY-5352) Fix the documentation in wildfly-singleton_1_0.xsd

Michal Vinkler (JIRA) issues at jboss.org
Tue Nov 3 07:48:00 EST 2015


     [ https://issues.jboss.org/browse/WFLY-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michal Vinkler reopened WFLY-5352:
----------------------------------


The issue is still not fixed:
1. Attributes "name" and "cache-container" have the same documentation.
2. Attribute "quorum" is missing documentation.

The associated pull request fixed missing documentation for another attribute.

> Fix the documentation in wildfly-singleton_1_0.xsd
> --------------------------------------------------
>
>                 Key: WFLY-5352
>                 URL: https://issues.jboss.org/browse/WFLY-5352
>             Project: WildFly
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 10.0.0.Beta2
>            Reporter: Michal Vinkler
>            Assignee: Paul Ferraro
>             Fix For: 10.0.0.CR1
>
>
> https://github.com/wildfly/wildfly/blob/master/clustering/singleton/extension/src/main/resources/schema/wildfly-singleton_1_0.xsd
> 1. Attributes "name" and "cache-container" have the same documentation. 
> 2. Attribute "quorum" is missing documentation.
> {code:xml}
> <xs:complexType name="singleton-policy">
>       <!-- ... -->
>         <xs:attribute name="name" type="xs:string" use="required">
>             <xs:annotation>
>                 <xs:documentation>Identifies the cache-container used to back the singleton deployment policy.</xs:documentation>
>             </xs:annotation>
>         </xs:attribute>
>         <xs:attribute name="cache-container" type="xs:string" use="required">
>             <xs:annotation>
>                 <xs:documentation>Identifies the cache-container used to back the singleton deployment policy.</xs:documentation>
>             </xs:annotation>
>         </xs:attribute>
>        <!-- ... -->
>         <xs:attribute name="quorum" type="xs:integer" default="1">
>             <xs:annotation>
>                 <xs:documentation></xs:documentation>
>             </xs:annotation>
>         </xs:attribute>
>     </xs:complexType>
> {code}



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


More information about the jboss-jira mailing list