You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Ravi P Palacherla (Closed) (JIRA)" <ji...@apache.org> on 2011/11/06 16:38:51 UTC

[jira] [Closed] (OPENJPA-2066) Edge case in openJPA-1227. openJPA fails to create a join and thus returns wrong data when a collection is selected from superclass and another field is selected from subclass twoor more levels down the hierarchy.

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

Ravi P Palacherla closed OPENJPA-2066.
--------------------------------------

    Resolution: Fixed
    
> Edge case in openJPA-1227. openJPA fails to create a join and thus returns wrong data when a collection is selected from superclass and another field is selected from subclass twoor more levels down the hierarchy.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-2066
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2066
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 1.1.1, 2.1.1, 2.2.0
>            Reporter: Ravi P Palacherla
>            Assignee: Ravi P Palacherla
>            Priority: Minor
>             Fix For: 1.1.1, 2.2.0
>
>         Attachments: OPENJPA2066_11x.diff, OPENJPA2066_trunk.diff
>
>
> openJPA-1227 fixes the wrong SQL generation error when superclass contains an eager to-many field, and this is the only field selected in the superclass, and when one or more fields are selected in the subclass, openjpa fails to create a join between the subclass and superclass. But the issue still remains when one or more fields are selected from subclasses two levels down the hierarchy.
> Example:
> GrandChildClass extends ChildChildClass extends ChildClass extends ParentClass.
> When I select a filed from GrandChildClass and a to-many field from ParentClass then openjpa fails to create a join between the classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira