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

Duplicate @NamedQuery terminates subsequent @NameQuery definitions in @NamedQueries

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.2, 1.0.3, 1.1.0
    • 1.0.3, 1.1.0, 1.2.0
    • kernel
    • None

    Description

      If duplicate @NameQuery is defined in @NameQueries as in,

      @NamedQueries (
      { @NamedQuery(name="findBasicAByBasicBid", query="select t.entitya from BasicB t WHERE t.id = ?1" ),
      @NamedQuery(name="findBasicAByBasicBid", query="select t.entitya from BasicB t WHERE t.id = ?1"),
      @NamedQuery(name="findInhAddress", query="select t from InhAddress t)
      })

      a warning message is posted in the log

      openjpa.MetaData - Found duplicate query "findBasicAByBasicBid" in "class com.ibm.ws.query.pdq.entities.TypeTestBean". Ignoring.

      Although the message said the query is ignored, it actually terminates the detection of the remaining NamedQuery definitions.

      Albert Lee.

      Attachments

        Activity

          People

            allee8285 Albert Lee
            allee8285 Albert Lee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: