[
https://issues.apache.org/jira/browse/OLINGO-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Florian Kolbe updated OLINGO-1434:
----------------------------------
Description:
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.
Tried Jackson 2.10.2 and Jackson 2.10.3
was:
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
> 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
> Priority: Major
> 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.
> Tried Jackson 2.10.2 and Jackson 2.10.3
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)