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

Bad error message for named queries and no listed entities

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • 0.9.0, 0.9.6
    • None
    • diagnostics
    • None

    Description

      When executing a named query without having declared any persistent types, I get the following:

      <4|true|0.0.0> org.apache.openjpa.persistence.ArgumentException: There is no query with the name "SimpleXml.findAll" defined for any of the known persistent classes: null.
      at org.apache.openjpa.meta.MetaDataRepository.getQueryMetaData(MetaDataRepository.java:1494)
      at org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:767)
      at org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:62)
      at org.apache.openjpa.persistence.xml.TestSimpleXmlEntity.testNamedQueryInXmlNamedEntity(TestSimpleXmlEntity.java:12)

      This message should read "No persistent classes were listed in <path-to-persistence.xml>, and auto-class-scanning is not configured, so no named queries can be found. You can configure auto-class-scanning by <auto-class-scan info here>" or something along those lines.

      Attachments

        Activity

          People

            Unassigned Unassigned
            pcl Patrick Linskey
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: