Preethi Ganapathy created OLINGO-1289:
-----------------------------------------
Summary: Unable to parse cyclic references in Odata v4
Key: OLINGO-1289
URL: https://issues.apache.org/jira/browse/OLINGO-1289
Project: Olingo
Issue Type: Bug
Reporter: Preethi Ganapathy
Create a "Complex Type". In the "BaseType" refer to itself. The parser fails
with StackOverFlow
<ComplexType Name="Address" BaseType="filter:filter.Address">
<Property Name="Street" Type="Edm.String" Nullable="true" DefaultValue=""
FixedLength="false" Unicode="true" Collation=""/>
<Property Name="City" Type="Edm.String" Nullable="true" DefaultValue=""
FixedLength="false" Unicode="true" Collation=""/>
<Property Name="ZipCode" Type="Edm.Int32" Nullable="true" DefaultValue=""/>
</ComplexType>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)