[
https://issues.apache.org/jira/browse/OLINGO-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13898638#comment-13898638
]
Thiago Assis commented on OLINGO-67:
------------------------------------
The servlet work for only if i use url-pattern to root:
<servlet-mapping>
<servlet-name>ODataServlet</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
if i chango to
<servlet-mapping>
<servlet-name>ODataServlet</servlet-name>
<url-pattern>/odata/*</url-pattern>
</servlet-mapping>
i get the error above:
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code/>
<message xml:lang="en-US">
Could not find an entity set or function import for 'odata'.
</message>
</error>
Can you help me ?
> Alternative ODataServlet
> ------------------------
>
> Key: OLINGO-67
> URL: https://issues.apache.org/jira/browse/OLINGO-67
> Project: Olingo
> Issue Type: New Feature
> Components: odata2-core
> Reporter: Stephan Klevenz
> Assignee: Tamara Boehm
>
> Implement alternative ODataServlet not depending on JAX-RS API.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)