[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5126) JPA Query with InExpression and Collection_valued_input_parameter Complains About Bad Syntax

Gail Badner (JIRA) noreply at atlassian.com
Fri Apr 30 00:15:28 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36803#action_36803 ] 

Gail Badner commented on HHH-5126:
----------------------------------

To address this quickly, it would really help if you:
- checkout the source code from http://anonsvn.jboss.org/repos/hibernate/core/trunk/
- update org.hibernate.ejb.test.query.QueryTest to reproduce your issues using HQL
- update , and attach a patch generated with "svn diff".

Thanks,
Gail

> JPA Query with InExpression and Collection_valued_input_parameter Complains About Bad Syntax
> --------------------------------------------------------------------------------------------
>
>                 Key: HHH-5126
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5126
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.5.1
>            Reporter: Guido Müller
>            Priority: Blocker
>
> JPA 2.0 spec final chapter 4.6.9 In Expressions
> In the spec there are 3 alternatives allowed for the query argument. For the 3rd alternative there are no parenthesis allowed.
> Hibernate seems to expect these illegal parenthesis.
> The error occurs within a named query in an entity class.

-- 
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