Steve Ebersole resolved Bug HHH-6913 as Rejected

Actually, the parenthesis around the vector list are considered structurally part of the query. But you have not added them. This needs to be:

select person
from Person person
where person.id is not null and (person.category is null or person.category in (:a1))

Also, this is NOT valid JPQL syntax. JPQL does not define passing a list of parameter values like this.

Change By: Steve Ebersole (06/Nov/12 1:40 PM)
Resolution: Rejected
Status: Open Resolved
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira