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

NPE in StoredProcedureQueryImpl

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.2.0
    • None
    • kernel
    • None

    Description

      StoredProcedureQueryImpl line 107, _meta can be null

      a null check around is enough
      or
      add
      MultiQueryMetaData meta = new MultiQueryMetaData(null, tempName, procedureName, true);
      in EntityManagerImpl line 1280

      Attachments

        Activity

          People

            Unassigned Unassigned
            tandraschko Thomas Andraschko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: