You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Patrick Linskey (JIRA)" <ji...@apache.org> on 2008/05/12 23:43:55 UTC

[jira] Updated: (OPENJPA-595) An error occurred while parsing the query filter "SELECT t FROM PessimisticA t WHERE t.id = ?1". Error message: No field named "id" in class "t"

     [ https://issues.apache.org/jira/browse/OPENJPA-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Linskey updated OPENJPA-595:
------------------------------------

    Fix Version/s: 1.1.0

> An error occurred while parsing the query filter "SELECT t FROM PessimisticA t WHERE t.id = ?1". Error message: No field named "id" in class "t"
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-595
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-595
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: query
>    Affects Versions: 1.2.0
>            Reporter: Catalina Wei
>            Assignee: Catalina Wei
>             Fix For: 1.1.0, 1.2.0
>
>
> A common path() action in JPQL.jjt being used for Enum literal causes a simple aliase resolution to fail in
> org.apache.openjpa.persistence.ArgumentException: An error occurred while parsing the query filter "SELECT t FROM PessimisticA t WHERE t.id = ?1". Error message: No field named "id" in class "t".
> This could happen in an environment where there is a "t" class visible in the classpath.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.