You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Eugenio Lentini (JIRA)" <ji...@apache.org> on 2014/05/23 18:22:02 UTC

[jira] [Created] (OLINGO-299) Impossible to find a method to manage GET

Eugenio Lentini created OLINGO-299:
--------------------------------------

             Summary: Impossible to find a method to manage GET
                 Key: OLINGO-299
                 URL: https://issues.apache.org/jira/browse/OLINGO-299
             Project: Olingo
          Issue Type: Bug
          Components: odata2-core
            Reporter: Eugenio Lentini
            Priority: Blocker


Hi,
when I hit the http request I get the following exception
org.apache.wink.server.internal.registry.ResourceRegistry filterDispatchMethods Impossible de trouver une méthode de la classe org.apache.olingo.odata2.core.rest.ODataRootLocator qui prend en charge GET
I org.apache.wink.server.internal.RequestProcessor logException L'exception WebApplicationException (405) s'est produite lors de l'appel de la chaîne de gestionnaires

According to the specification the error 405 is thrown when there is not a method able to manage the request method GET.

Moreover, in the class ODataRootLocator.java I still have an issue with jsr311 as incampatibility
@Context
private Application app;

and @Path("/{pathSegments: .*}") which it seems causing some issues.

Thanks a lot for the attention.
Eugenio



--
This message was sent by Atlassian JIRA
(v6.2#6252)