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
            Priority: Minor


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