[ 
https://issues.apache.org/jira/browse/OLINGO-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17053161#comment-17053161
 ] 

Florian Kolbe commented on OLINGO-1434:
---------------------------------------

I tried the next service, and here no "EntityContainer" is parsed (null). Some 
serious XML Parser Problems?

[https://services.odata.org/V2/(S(1o2cwwczk2mg3lyzzyqubnug))/OData/OData.svc]

{noformat}
[INFO] +- org.apache.olingo:odata-client-core:jar:4.7.1:compile
[INFO] |  +- org.apache.olingo:odata-client-api:jar:4.7.1:compile
[INFO] |  |  \- org.apache.olingo:odata-commons-api:jar:4.7.1:compile
[INFO] |  +- org.apache.olingo:odata-commons-core:jar:4.7.1:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.11:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.3.2:compile
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.5.10:compile
[INFO] |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.12:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.10.2:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.2:compile
[INFO] |  +- 
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.10.2:compile
[INFO] |  |  +- 
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.10.2:compile
[INFO] |  |  |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile
[INFO] |  |  |  \- jakarta.activation:jakarta.activation-api:jar:1.2.1:compile
[INFO] |  |  +- org.codehaus.woodstox:stax2-api:jar:4.2:compile
[INFO] |  |  \- com.fasterxml.woodstox:woodstox-core:jar:6.0.3:compile
[INFO] |  \- com.fasterxml:aalto-xml:jar:0.9.11:compile
{noformat}

> 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)

Reply via email to