-
Bug
-
Resolution: Done
-
Major
-
None
According to org.jboss.remoting3.RemotingXmlParser L196, jboss-remoting_5_2.xsd should be the following:
$ git diff
diff --git a/src/main/resources/schema/jboss-remoting_5_2.xsd b/src/main/resources/schema/jboss-remoting_5_2.xsd
index 390b2d26..9bdbe80c 100644
--- a/src/main/resources/schema/jboss-remoting_5_2.xsd
+++ b/src/main/resources/schema/jboss-remoting_5_2.xsd
@@ -31,7 +31,7 @@
<xs:all minOccurs="0" maxOccurs="1">
<xs:element name="providers" type="providers-type" minOccurs="0" maxOccurs="1"/>
<xs:element name="connections" type="connections-type" minOccurs="0" maxOccurs="1"/>
- <xs:element name="options" type="connections-type" minOccurs="0" maxOccurs="1"/>
+ <xs:element name="options" type="options-type" minOccurs="0" maxOccurs="1"/>
</xs:all>
<xs:attribute name="name" use="optional" type="xs:string"/>
<xs:attribute name="read-timeout" use="optional" type="xs:nonNegativeInteger"/>
@@ -70,7 +70,7 @@
<xs:complexType name="options-type">
<xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element name="connection" type="option-type"/>
+ <xs:element name="option" type="option-type"/>
</xs:choice>
</xs:complexType>
- clones
-
JBEAP-27612 [GSS](8.0.z) REM3-417 - Typo in jboss-remoting_5_2.xsd
-
- Verified
-
- incorporates
-
REM3-417 Typo in jboss-remoting_5_2.xsd
-
- Resolved
-
- is incorporated by
-
JBEAP-27647 (7.4.z) Upgrade JBoss Remoting 5.0.29.Final-redhat-00001 to 5.0.30.Final-redhat-00001
-
- Closed
-