[
https://issues.apache.org/jira/browse/OLINGO-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bolz resolved OLINGO-593.
---------------------------------
Resolution: Fixed
Assignee: Michael Bolz
> CountEntityCollectionProcessor:countEntityCollection misses content type
> parameter
> ----------------------------------------------------------------------------------
>
> Key: OLINGO-593
> URL: https://issues.apache.org/jira/browse/OLINGO-593
> Project: Olingo
> Issue Type: Question
> Components: odata4-server
> Affects Versions: (Java) V4 4.0.0-beta-02
> Reporter: Frederic Souchu
> Assignee: Michael Bolz
> Priority: Minor
>
> The countEntityCollection method does not provide the expected content type.
> It is then impossible to pick the right serializer (unless $count is expected
> to be always produced as a single raw value??).
> {code}
> final ODataFormat format = ODataFormat.fromContentType(????);
> ODataSerializer serializer = odata.createSerializer(format);
> ....
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)