Frederic Souchu created OLINGO-593:
--------------------------------------
Summary: CountEntityCollectionProcessor:countEntityCollection
misses content type parameter
Key: OLINGO-593
URL: https://issues.apache.org/jira/browse/OLINGO-593
Project: Olingo
Issue Type: Bug
Components: odata4-server
Affects Versions: (Java) V4 4.0.0-beta-02
Reporter: Frederic Souchu
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)