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

Setting query hint "openjpa.FetchPlan.Isolation" results in misleading warning

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.0, 2.0.1, 2.1.0, 2.2.0
    • 2.2.0
    • jdbc
    • None

    Description

      Setting query hint "openjpa.FetchPlan.Isolation" on a query results in this misleading warning being printed in the log:

      WARN [main] openjpa.Runtime - "openjpa.FetchPlan.Isolation" is not a supported query hint. May be you meant "openjpa.FetchPlan.LRSSize"?

      The supported hint map in JDBCPersistenceProductDerivation adds key openjpa.FetchPlan.TransactionIsolation, which is incorrect. It should be adding openjpa.FetchPlan.Isolation instead.

      Note: Even though a warning is issued, provided the database supports query-level isolation level switching, the hint handler does apply the isolation level to the query.

      Attachments

        Activity

          People

            techhusky Jeremy Bauer
            techhusky Jeremy Bauer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: