[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2302) Query Parser adding Where clause conditions to Non Where clauses

Terry (JIRA) jira-events at lists.jboss.org
Mon Nov 26 20:01:23 EST 2007


Query Parser adding Where clause conditions to Non Where clauses
----------------------------------------------------------------

                 Key: JBSEAM-2302
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2302
             Project: JBoss Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.1.GA
         Environment: Any
            Reporter: Terry


When using EntityQuery's getEjbql() and getRestrictions() override methods; and if ejbql in getEjbql() contains any clause after the WHERE clause - such as GROUP BY, the query parses appends restrictions to GROUP BY clause rather than to the WHERE clause.

It seems, that EntityQuery expects WHERE to be last clause in ejbql.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list