You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Peter Rademaker (JIRA)" <ji...@apache.org> on 2010/06/09 16:33:13 UTC

[jira] Created: (OPENJPA-1690) DistinctResultList is not Serializable

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.


[jira] Updated: (OPENJPA-1690) DistinctResultList is not Serializable

Posted by "Michael Dick (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Assigned: (OPENJPA-1690) DistinctResultList is not Serializable

Posted by "Pinaki Poddar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pinaki Poddar reassigned OPENJPA-1690:
--------------------------------------

    Assignee: Pinaki Poddar

> 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
>
> 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.


[jira] Resolved: (OPENJPA-1690) DistinctResultList is not Serializable

Posted by "Pinaki Poddar (JIRA)" <ji...@apache.org>.
     [ 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.