M Carissimi created OLINGO-1042:
-----------------------------------

             Summary: FunctionImportProcessor.executeFunctionImport() not 
invoked during function execution
                 Key: OLINGO-1042
                 URL: https://issues.apache.org/jira/browse/OLINGO-1042
             Project: Olingo
          Issue Type: Bug
          Components: odata2-core
    Affects Versions: V2 2.0.7
            Reporter: M Carissimi


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)

Reply via email to