You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Pinaki Poddar (JIRA)" <ji...@apache.org> on 2010/01/21 00:38:54 UTC

[jira] Created: (OPENJPA-1473) NullPointerException for aggregate query that has no selected records

NullPointerException for aggregate query that has no selected records
---------------------------------------------------------------------

                 Key: OPENJPA-1473
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1473
             Project: OpenJPA
          Issue Type: Bug
            Reporter: Pinaki Poddar


select SUM(p.intValue) from PObject p WHERE <some codition that selects no record> 
fails with NPE.



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