Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
(Java) V4 4.7.1
-
None
-
None
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