[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:52:00 EST 2015
[ https://issues.jboss.org/browse/WFLY-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124759#comment-13124759 ]
Michal Vinkler edited comment on WFLY-5352 at 11/3/15 7:51 AM:
---------------------------------------------------------------
The issue is still not fixed:
Element <singleton-policy>:
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.
was (Author: mvinkler):
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