[
https://issues.jboss.org/browse/TEIID-4045?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-4045:
-------------------------------------
I added
{code}
response = http.newRequest(baseURL +
"/northwind/m/z?$expand=FKX($select=a)")
.method("GET")
.send();
assertEquals(200, response.getStatus());
assertEquals("{\"@odata.context\":\"$metadata#z(FKX(a))\",\"value\":[{\"a\":\"ABCDEFG\",\"b\":\"ABCDEFG\",\"FKX\":{\"a\":\"ABCDEFG\"}}]}",
response.getContentAsString());
{code}
But I also updated my local Olingo, so not sure if that is due to that.
OData throws unknown error if $select is applied to expanded entity
-------------------------------------------------------------------
Key: TEIID-4045
URL:
https://issues.jboss.org/browse/TEIID-4045
Project: Teiid
Issue Type: Sub-task
Components: OData
Reporter: Juraj DurĂ¡ni
Assignee: Ramesh Reddy
*URL:*
http://localhost:8080/odata4/olingo_basic/Source/Customers/?$expand=Order...
*Result:* OData Library: An exception without message text was thrown.
*Status code:* 500
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)