[
https://issues.apache.org/jira/browse/OPENJPA-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525942
]
Pinaki Poddar commented on OPENJPA-357:
---------------------------------------
First attempt to fix this and related OPENJPA-358
is SVN revision 573750
http://svn.apache.org/viewvc?rev=573750&view=rev
Verified against the current test corpus and Teresa Kan's test cases.
To Do: Write more test cases or integrate Teresa's cases.
> 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
> Reporter: Pinaki Poddar
>
> 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.