You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Frederic Souchu (JIRA)" <ji...@apache.org> on 2015/03/13 16:06:38 UTC

[jira] [Created] (OLINGO-593) CountEntityCollectionProcessor:countEntityCollection misses content type parameter

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)