[jboss-jira] [JBoss JIRA] (WFLY-5352) Fix the documentation in wildfly-singleton_1_0.xsd
Paul Ferraro (JIRA)
issues at jboss.org
Tue Nov 3 11:53:00 EST 2015
[ https://issues.jboss.org/browse/WFLY-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Ferraro updated WFLY-5352:
-------------------------------
Git Pull Request: https://github.com/wildfly/wildfly/pull/8104, https://github.com/wildfly/wildfly/pull/8371 (was: https://github.com/wildfly/wildfly/pull/8104)
> 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.Final
>
>
> 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