[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4302) entityQuery.getResultCount() not verifing JOIN FETCH upper cases

Mateus Bicalho (JIRA) jira-events at lists.jboss.org
Tue Jul 14 18:02:29 EDT 2009


entityQuery.getResultCount() not verifing JOIN FETCH upper cases
----------------------------------------------------------------

                 Key: JBSEAM-4302
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4302
             Project: Seam
          Issue Type: Bug
          Components: Framework
    Affects Versions: 2.1.2.GA, 2.1.2.CR2, 2.1.2.CR1, 2.1.1.GA, 2.1.1.CR2, 2.1.1.CR1, 2.1.0.SP1
         Environment: Windows XP, JBoss 5.0.1, Java 6
            Reporter: Mateus Bicalho
            Priority: Minor


>From a correction to this issue https://jira.jboss.org/jira/browse/JBSEAM-1986  the entityQuery.getResultCount() method only replaces "fetch join" expressions with lower case. It should ignore case.

The Code at entityQuery.getResultCount():
ejbql.substring(fromLoc, whereLoc).replace("join fetch", "join")  

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

        



More information about the seam-issues mailing list