[jboss-jira] [JBoss JIRA] (WFLY-5352) Fix the documentation in wildfly-singleton_1_0.xsd
Michal Vinkler (JIRA)
issues at jboss.org
Wed Sep 16 06:01:00 EDT 2015
Michal Vinkler created WFLY-5352:
------------------------------------
Summary: 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
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