[
https://issues.apache.org/jira/browse/OPENJPA-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Dick updated OPENJPA-1690:
----------------------------------
Fix Version/s: 2.0.1
> 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.0.1, 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.