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

Pinaki Poddar resolved OPENJPA-1690.
------------------------------------

    Fix Version/s: 2.1.0
       Resolution: Fixed

> DistinctResultList is not Serializable
> --------------------------------------
>
>                 Key: OPENJPA-1690
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1690
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: query
>    Affects Versions: 2.0.0
>            Reporter: Peter Rademaker
>            Assignee: Pinaki Poddar
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> As far as I have experienced the return types of getResultList() seem to be 
> Serializable, therefore I would expect the same for 
> org.apache.openjpa.kernel.DistinctResultList.
> This does not seem to be the case, since I broke my remotely exposed DAO 
> method by adding the DISTINCT keyword to the query it executes.
> I can easily work around this by returning a new list based on the 
> DistinctResultList, but to me this occurs as a minor inconsistency.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to