-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
-
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>
- incorporates
-
REM3-417 Typo in jboss-remoting_5_2.xsd
- Resolved
- is cloned by
-
JBEAP-27645 [GSS](7.4.z) - REM3-417 Typo in jboss-remoting_5_2.xsd
- Verified
- is incorporated by
-
JBEAP-27646 (8.0.z) Upgrade JBoss Remoting 5.0.29.Final-redhat-00001 to 5.0.30.Final-redhat-00001
- Resolved