HI all,

$subject is reported at [1] by Ayesha.
And this blocks the testing of the fix I created for [2].

So I compared rxt.xsd files from both 4.6.0 and 5.0.0-SNAPSHOT G-Reg packs.
And found out following lines are missing in 5.0.0-SNAPSHOT G-Reg pack's
rxt.xsd file.
(Followings marks the changes done in 5.0.0-SNAPSHOT to 4.6.0 rxt.xsd)

@@ -8,9 +8,8 @@
<xs:sequence>
<xs:element name=”storagePath” type=”xs:string” minOccurs=”0″/>
<xs:element name=”nameAttribute” type=”xs:string” minOccurs=”0″/>
<xs:element name=”namespaceAttribute” type=”xs:string” minOccurs=”0″/>
- <xs:element name=”lifecycle” type=”xs:string” minOccurs=”0″/>
<xs:element name=”menu” minOccurs=”0″>
<xs:complexType>
<xs:sequence>
<xs:element name=”id” type=”xs:string”/>
@@ -87,9 +86,8 @@
<xs:element name=”field” maxOccurs=”unbounded” type=”fieldType”/>
</xs:sequence>
<xs:attribute name=”columns” type=”xs:integer”/>
<xs:attribute name=”name” use=”required”/>
- <xs:attribute name=”maxoccurs” type=”xs:NCName” fixed=”unbounded”/>
</xs:complexType>

<xs:complexType name=”subheadingType”>
<xs:sequence>
@@ -121,10 +119,9 @@
</xs:attribute>
<xs:attribute name=”default” type=”xs:string”/>
<xs:attribute name=”template” type=”xs:string”/>
<xs:attribute name=”validate” type=”xs:string”/>
- <xs:attribute name=”tooltip” type=”xs:string”/>
- <xs:attribute name=”startsWith” type=”xs:string”/>
+ <xs:attribute name=”tooltip” type=”xs:string”/>
</xs:complexType>

<xs:complexType name=”fieldType2″>
<xs:sequence>
@@ -147,9 +144,8 @@
<xs:sequence>
<xs:element name=”value” minOccurs=”0″ maxOccurs=”unbounded”
type=”xs:string”/>
</xs:sequence>
<xs:attribute name=”class”/>
- <xs:attribute name=”isLifecycle” type=”xs:boolean”/>
</xs:complexType>

<xs:complexType name=”associationType”>
<xs:attribute name=”type” type=”xs:string”/>

How should we approach fixing this issue?
What could be the reason for above changes?

Thank you,
SameeraK.


[1] https://wso2.org/jira/browse/REGISTRY-2221
[2] https://wso2.org/jira/browse/REGISTRY-2248

-- 
Sameera Kannangara,
Software Engineer,
WSO2 Inc.
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to