Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Bug 1655980 - Additional fixes to descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
josejulio authored and spinder committed Apr 26, 2019
1 parent 71f99b1 commit 4bb589c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions modules/plugins/wfly-10/src/main/resources/META-INF/rhq-plugin.xml
Expand Up @@ -6065,12 +6065,12 @@
<c:list-property name="connectors" required="false" readOnly="true" description="Specifies the names of connectors that will be broadcast." >
<c:simple-property name="connectors" />
</c:list-property>
<c:simple-property name="socket-binding" required="false" type="string" readOnly="true" description="The broadcast group socket binding. Alternative to jgroups-channel. With EAP 7.2+ use jgroups-cluster attribute instead for configuration.">
<c:simple-property name="socket-binding" required="false" type="string" readOnly="true" description="The broadcast group socket binding. Prior to EAP 7.2: Alternative to jgroups-channel. EAP 7.2+: Alternative to jgroups-cluster.">
<c:option-source target="configuration" expression="*/socket-binding=name:type=SocketBindingGroup" expressionScope="baseResource"/>
</c:simple-property>
<c:simple-property name="jgroups-cluster" required="false" type="string" readOnly="true" description="The logical cluster name. Introduced in EAP 7.2. Alternative to Socket Binding. Before EAP 7.2 this attribute is silently ignored"/>
<c:simple-property name="jgroups-channel" required="false" type="string" readOnly="true" description="References the name of a JGroups channel. With EAP 7.2+: If undefined, the default channel will be used else jgroups-cluster will be required."/>
<c:simple-property name="jgroups-stack" required="false" type="string" readOnly="true" description="The name of a stack defined in the org.jboss.as.clustering.jgroups subsystem that is used to form a cluster. Before EAP 7.2 Requires jgroups-channel. With EAP 7.2+ jgroups-cluster is required instead."/>
<c:simple-property name="jgroups-cluster" required="false" type="string" readOnly="true" description="EAP 7.2+: The logical cluster name. Alternative to socket-binding. Prior to EAP 7.2: This attribute is silently ignored."/>
<c:simple-property name="jgroups-channel" required="false" type="string" readOnly="true" description="References the name of a JGroups channel. EAP 7.2+: If undefined, the default channel will be used. If defined, jgroups-cluster will also be required."/>
<c:simple-property name="jgroups-stack" required="false" type="string" readOnly="true" description="The name of a stack defined in the org.jboss.as.clustering.jgroups subsystem that is used to form a cluster. Prior to EAP 7.2: Requires jgroups-channel. EAP 7.2+: Requires jgroups-cluster."/>
</resource-configuration>
</service>

Expand Down Expand Up @@ -8982,12 +8982,12 @@
<c:list-property name="connectors" required="false" description="Specifies the names of connectors that will be broadcast." >
<c:simple-property name="connectors" />
</c:list-property>
<c:simple-property name="socket-binding" required="false" type="string" readOnly="false" description="The broadcast group socket binding. Alternative to jgroups-channel. With EAP 7.2+ use jgroups-cluster attribute instead for configuration">
<c:simple-property name="socket-binding" required="false" type="string" readOnly="false" description="The broadcast group socket binding. Prior to EAP 7.2: Alternative to jgroups-channel. EAP 7.2+: Alternative to jgroups-cluster.">
<c:option-source target="configuration" expression="*/socket-binding=name:type=SocketBindingGroup ProfileBaseResource.plugin=&pluginName;" expressionScope="baseResource"/>
</c:simple-property>
<c:simple-property name="jgroups-cluster" required="false" type="string" readOnly="false" description="The logical cluster name. Introduced in EAP 7.2. Alternative to Socket Binding. Before EAP 7.2 this attribute is silently ignored."/>
<c:simple-property name="jgroups-channel" required="false" type="string" readOnly="false" description="References the name of a JGroups channel. With EAP 7.2+: If undefined, the default channel will be used else jgroups-cluster will be required."/>
<c:simple-property name="jgroups-stack" required="false" type="string" readOnly="false" description="The name of a stack defined in the org.jboss.as.clustering.jgroups subsystem that is used to form a cluster. Before EAP 7.2 Requires jgroups-channel. With EAP 7.2+ jgroups-cluster is required instead."/>
<c:simple-property name="jgroups-cluster" required="false" type="string" readOnly="false" description="EAP 7.2+: The logical cluster name. Alternative to socket-binding. Prior to EAP 7.2: This attribute is silently ignored."/>
<c:simple-property name="jgroups-channel" required="false" type="string" readOnly="false" description="References the name of a JGroups channel. EAP 7.2+: If undefined, the default channel will be used. If defined, jgroups-cluster will also be required."/>
<c:simple-property name="jgroups-stack" required="false" type="string" readOnly="false" description="The name of a stack defined in the org.jboss.as.clustering.jgroups subsystem that is used to form a cluster. Prior to EAP 7.2: Requires jgroups-channel. EAP 7.2+: Requires jgroups-cluster."/>
</resource-configuration>
</service>

Expand Down Expand Up @@ -15864,12 +15864,12 @@
<c:list-property name="connectors" required="false" description="Specifies the names of connectors that will be broadcast.">
<c:simple-property name="connectors"/>
</c:list-property>
<c:simple-property name="socket-binding" required="false" type="string" readOnly="false" description="The broadcast group socket binding. Alternative to jgroups-channel. With EAP 7.2+ use jgroups-cluster attribute instead for configuration">
<c:simple-property name="socket-binding" required="false" type="string" readOnly="false" description="The broadcast group socket binding. Prior to EAP 7.2: Alternative to jgroups-channel. EAP 7.2+: Alternative to jgroups-cluster.">
<c:option-source target="configuration" expression="*/socket-binding=name:type=SocketBindingGroup"/>
</c:simple-property>
<c:simple-property name="jgroups-cluster" required="false" type="string" readOnly="false" description="The logical cluster name. Introduced in EAP 7.2. Alternative to Socket Binding. Before EAP 7.2 this attribute is silently ignored."/>
<c:simple-property name="jgroups-channel" required="false" type="string" readOnly="false" description="References the name of a JGroups channel. With EAP 7.2+: If undefined, the default channel will be used else jgroups-cluster will be required."/>
<c:simple-property name="jgroups-stack" required="false" type="string" readOnly="false" description="The name of a stack defined in the org.jboss.as.clustering.jgroups subsystem that is used to form a cluster. Before EAP 7.2 Requires jgroups-channel. With EAP 7.2+ jgroups-cluster is required instead."/>
<c:simple-property name="jgroups-cluster" required="false" type="string" readOnly="false" description="EAP 7.2+: The logical cluster name. Alternative to socket-binding. Prior to EAP 7.2: This attribute is silently ignored."/>
<c:simple-property name="jgroups-channel" required="false" type="string" readOnly="false" description="References the name of a JGroups channel. EAP 7.2+: If undefined, the default channel will be used. If defined, jgroups-cluster will also be required."/>
<c:simple-property name="jgroups-stack" required="false" type="string" readOnly="false" description="The name of a stack defined in the org.jboss.as.clustering.jgroups subsystem that is used to form a cluster. Prior to EAP 7.2: Requires jgroups-channel. EAP 7.2+: Requires jgroups-cluster."/>
</resource-configuration>
</service>

Expand Down

0 comments on commit 4bb589c

Please sign in to comment.