Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-357

Use case where FetchGroup A includes FecthGroup B is not honoured by fetch operations

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.7, 1.0.0
    • 1.0.1, 1.1.0
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              ppoddar@apache.org Pinaki Poddar
              ppoddar@apache.org Pinaki Poddar
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: