Joaquin Diez created OLINGO-934:
-----------------------------------

             Summary: URI different from Query.svc/* not working
                 Key: OLINGO-934
                 URL: https://issues.apache.org/jira/browse/OLINGO-934
             Project: Olingo
          Issue Type: Bug
          Components: odata2-core
    Affects Versions: V2 2.0.6
            Reporter: Joaquin Diez


I am developing a Odata Service using Olingo Odata v2.0.6 y need to change the 
web.xml configuration to use diferent names for the servlet than Query.svc

But when I change it to

 <servlet-mapping>
  <servlet-name>OdataLogtrustServlet</servlet-name>
   <url-pattern>/*</url-pattern>
 </servlet-mapping>

I get the following error

<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata";>
<code/>
<message xml:lang="en">Could not find container with name: 'Query'.</message>
</error>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to