[
https://issues.jboss.org/browse/TEIID-4037?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-4037.
-----------------------------------
Resolution: Rejected
The url with the navigation path is only for contained entities. We do not currently use
containment - all entities are accessible as top level entity sets.
See
http://services.odata.org/V4/Northwind/Northwind.svc/Customers('ALFKI...
It will use the same entity style metadata.
Bad metadata of returned entity
-------------------------------
Key: TEIID-4037
URL:
https://issues.jboss.org/browse/TEIID-4037
Project: Teiid
Issue Type: Sub-task
Components: OData
Reporter: Juraj DurĂ¡ni
Assignee: Ramesh Reddy
Odata response contains bad metadata seee \[1\]:
*URL:*
http://localhost:8080/odata4/olingo_basic/Source/Customers(1)/Orders_FK0(1)
*Actual metadata:* $metadata#Orders/$entity
*Expected metadata:* $metadata#Customer(1)/Orders/$entity
*URL:*
http://localhost:8080/odata4/olingo_basic/Source/Customers(1)/Orders_FK0
*Actual metadata:* $metadata#Orders/$entity
*Expected metadata:* $metadata#Customer(1)/Orders
\[1\]
http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part1-pr...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)