Florian Kolbe created OLINGO-1434: ------------------------------------- Summary: V2 Northwind example EDM only Schema "NorthwindModel" is read Key: OLINGO-1434 URL: https://issues.apache.org/jira/browse/OLINGO-1434 Project: Olingo Issue Type: Bug Components: odata4-client Affects Versions: (Java) V4 4.7.1 Reporter: Florian Kolbe Attachments: GetNorthwindModel.java
Trying to understand why [https://services.odata.org/V2/Northwind/Northwind.svc/$metadata] retrieved Edm only contains the "NorthwindModel" but not the "ODataWeb.Northwind.Model" schema. Tried to debug into class ClientCsdlDataServices but gave up. Looks like "<Schema>" is only hit once. Can anyone reproduce this? (see attached java) I can't simply isolate this to Jackson since special Deserializers are used. Using Jackson 2.10.2 -- This message was sent by Atlassian Jira (v8.3.4#803005)