[
https://issues.jboss.org/browse/TEIID-2973?page=com.atlassian.jira.plugin...
]
Vasudevan Madubhushi commented on TEIID-2973:
---------------------------------------------
Hi Ramesh,
Did the support for $expand go into into 8.11 Final? Appreciate your help on this.
My Syntax is :
http://10.47.86.130:8080/odata/FirePanels2.1/FirePanels(1)?$expand=Softwa...
I get this as my response. The SoftwareUnits entity is related to FirePanels entity by
pkey.
{
"d" : {
"__metadata" : {
"uri" :
"http://10.47.86.130:8080/odata/FirePanels2.1/FirePanels.FirePanels(1L)",
"type" : "FirePanels.FirePanels"
}, "pkey" : "1", "keySerialModel" : "asset-one",
"assetType" : "FirePanel", "SoftwareUnits" : {
"__deferred" : {
"uri" :
"http://10.47.86.130:8080/odata/FirePanels2.1/FirePanels.FirePanels(1L)/SoftwareUnits"
}
}
}
}
Server Logs if its of any help:
13:49:30,409 INFO [org.odata4j.producer.resources.EntityRequestResource]
(http-/10.47.86.130:8080-5) null getEntity(FirePanels,(1),SoftwareUnits,null)
13:49:31,074 INFO [org.odata4j.producer.resources.EntityRequestResource]
(http-/10.47.86.130:8080-5) null getEntity(FirePanels,(1),SoftwareUnits,null)
13:49:31,577 INFO [org.odata4j.producer.resources.EntityRequestResource]
(http-/10.47.86.130:8080-5) null getEntity(FirePanels,(1),SoftwareUnits,null)
OData 4 support with Olingo
---------------------------
Key: TEIID-2973
URL:
https://issues.jboss.org/browse/TEIID-2973
Project: Teiid
Issue Type: Task
Components: Misc. Connectors, OData
Reporter: Steven Hawkins
Assignee: Ramesh Reddy
Labels: CR1
Fix For: 8.11
Whenever an olingo final is available for odata 3/4 we'll want to utilize that. The
best guess now is that this will happen in the 8.9 timeframe. Additional support can then
be added for later odata features, which will have subtasks as necessary.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)