You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Kevin Sutter (JIRA)" <ji...@apache.org> on 2007/09/18 18:18:43 UTC

[jira] Updated: (OPENJPA-357) Use case where FetchGroup A includes FecthGroup B is not honoured by fetch operations

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

Kevin Sutter updated OPENJPA-357:
---------------------------------

        Fix Version/s: 1.1.0
                       1.0.1
             Assignee: Pinaki Poddar
    Affects Version/s: 0.9.7
                       1.0.0

> Use case where FetchGroup A includes FecthGroup B is not honoured by fetch operations
> -------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-357
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-357
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 0.9.7, 1.0.0
>            Reporter: Pinaki Poddar
>            Assignee: Pinaki Poddar
>             Fix For: 1.0.1, 1.1.0
>
>
> Given:
> Fetch group A contains {x,y}
> Fetch group B contains {z}.
> Fetch group A includes Fetch group B
> Assertions:
> 1. Any fetch operation with fetch group A should fetch {x,y,z}.
> 2. Any fetch operation with fetch group B should fetch {z}.
> Currently, 
> Assertion #2 fails. 

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