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

wrong context class loader in org.apache.openjpa.enhance.PCClassFileTransformer#transform0

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.4.0
    • None
    • None

    Description

      Hi

      if there is a temp loader in org.apache.openjpa.enhance.PCClassFileTransformer#transform0 then it should be the context where classes are loaded during the enhancement (transform0). typically "new Project().loadClass(new ByteArrayInputStream(bytes), _tmpLoader)" shouldn't be done outside of _tmpLoader contextual loader.

      Standard Thread.currentThread().setContextClassLoader(_tmpLoader); then setContextClassLoader(old) try/finally solves it.

      Side note: this issue has been reported originally on tomee@.

      Attachments

        1. OPENJPA-2575.patch
          3 kB
          Romain Manni-Bucau

        Activity

          People

            struberg Mark Struberg
            romain.manni-bucau Romain Manni-Bucau
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: