[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5311) + operator in JPQL subselect query results in NullPointerException

Grzegorz Olędzki (JIRA) noreply at atlassian.com
Mon Jun 14 04:48:59 EDT 2010


+ operator in JPQL subselect query results in NullPointerException
------------------------------------------------------------------

                 Key: HHH-5311
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5311
             Project: Hibernate Core
          Issue Type: Bug
    Affects Versions: 3.5.0-Final
         Environment: hibernate-3.5.0-Final.jar, java version "1.6.0_17", database platform seems irrelevant (H2 and MySQL tested)
            Reporter: Grzegorz Olędzki


When trying to use a {{+}} arithmetic operator in a subquery of my JPQL query I end up with a NullPointerException from {{org.hibernate.hql.ast.HqlSqlWalker}}.

I've played with adding/removing parentheses, aliases, but that doesn't seem to help.


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

       



More information about the hibernate-issues mailing list