Stephan Klevenz created OLINGO-252:
--------------------------------------
Summary: ODataErrorContext incomplete
Key: OLINGO-252
URL: https://issues.apache.org/jira/browse/OLINGO-252
Project: Olingo
Issue Type: Bug
Components: odata2-core
Reporter: Stephan Klevenz
Assignee: Stephan Klevenz
The fields, Service Name, Service Version and Namespace are not populat
ed for the below case
When the user tries to query on a Entityset that does not exist For eg :
http://localhost:8080/Service;v=1/test
In this cases in the method handleError() of Class ODataErrorCallbackImp
l.java , ODataErrorContext.getPathInfo() is null,
Because of the contexts pathinfo coming as NULL, we are not able to fin
d out the service information
Could you please provide a fix for the same.
--
This message was sent by Atlassian JIRA
(v6.2#6252)