[
https://issues.jboss.org/browse/TEIID-3761?page=com.atlassian.jira.plugin...
]
Ramesh Reddy resolved TEIID-3761.
---------------------------------
Resolution: Done
The return of the property based response was set to "entity" based response,
which is in-correct per the OData specification. Corrected the code return either property
or raw property in case of $value
OData V2: The property based response and Function based responses
are incorrect per specification
--------------------------------------------------------------------------------------------------
Key: TEIID-3761
URL:
https://issues.jboss.org/browse/TEIID-3761
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 8.4
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 8.12.1
The property request like
{code}
http://localhost:8080/odata/vdb/table/property
http://localhost:8080/odata/vdb/table/property/$value
{code}
needs to return a property based response, instead they are returning the
"entity" based response.
The function with simple scalar return, should return just simple data
{code}
http://localhost:8080/odata/vdb/func?param=value
{code}
instead it returning the collection based data
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)