You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Michael Bolz (JIRA)" <ji...@apache.org> on 2016/11/07 19:01:58 UTC

[jira] [Resolved] (OLINGO-1042) FunctionImportProcessor.executeFunctionImport() not invoked during function execution

     [ https://issues.apache.org/jira/browse/OLINGO-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Bolz resolved OLINGO-1042.
----------------------------------
    Resolution: Not A Problem

> FunctionImportProcessor.executeFunctionImport() not invoked during function execution
> -------------------------------------------------------------------------------------
>
>                 Key: OLINGO-1042
>                 URL: https://issues.apache.org/jira/browse/OLINGO-1042
>             Project: Olingo
>          Issue Type: Question
>          Components: odata2-core
>    Affects Versions: V2 2.0.7
>            Reporter: M Carissimi
>            Assignee: Michael Bolz
>
> Hello
> I have implemented some functions on my OData v2 service and they appear on the $metadata as follow
> {code}
> <FunctionImport Name="UserAllowedApplications" ReturnType="Collection(myproducer.Application)" EntitySet="Application" m:HttpMethod="GET"/>
> {code}
> When I invoke a function using a GET request, the EntitySetProcessor.readEntitySet() method ins invoked instead of FunctionImportProcessor.executeFunctionImport().
> This seems to be the incorrect behaviour... is there anything that I can do to ensure the correct method is invoked?
> Thanks



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