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

Merge of lazily fetched fields, and merge of managed entities deviates from spec

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.1.0, 2.2.0
    • 2.0.2, 2.1.2, 2.2.0
    • jdbc
    • None

    Description

      Attached is a test case that illustrates this fail (You can place it into openjpa-persistence-jdbc/src/test/java/org.apache.openjpa.persistence.merge)

      Problem 1: Section 3.2.7.1 (Merging Detached Entity State) of the specification says that "The persistence provider must not merge fields marked LAZY that have not been fetched: it must ignore such fields when merging.". The attached test case illustrates that OpenJPA 2.1.0 does not ignore fields marked LAZY that have not been fetched.
      Problem 2: In the same section, the specification says "If X is a managed entity, it is ignored by the merge operation...". But OpenJPA 2.1.0 doesn't seem to ignore them.

      Attachments

        1. TestLazyFields.java
          3 kB
          Pradyumna Achar
        2. Outer.java
          1 kB
          Pradyumna Achar
        3. OPENJPA-1983.patch
          12 kB
          Richard G. Curtis
        4. Inner.java
          1 kB
          Pradyumna Achar

        Issue Links

          Activity

            People

              curtisr7 Richard G. Curtis
              pradyumna_achar Pradyumna Achar
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: