Description of problem: If entity with requested ID does not exist, OData service should return 404 but Teiid returns 204. *URL:* http://localhost:8080/odata4/olingo_basic/Source/SimpleTableView(-2) Moreover, if users define also property in the URL, Teiid returns 404, but body is neither in XML nor in JSON format (seems like generic EAP error page). *URL:* http://localhost:8080/odata4/olingo_basic/Source/SimpleTableView(-2)/intkey See http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part1-protocol/odata-v4.0-errata02-os-part1-protocol-complete.html#_Toc406398293
Steven Hawkins <shawkins> updated the status of jira TEIID-4058 to Resolved
Teiid returns 404 if entity does not exist. Verified. Regarding generic EAP error page - this is separate issue.