I get a org.hibernate.QueryException: not an entity when executing the following HQL, hoping to get a list of the entities contained in the set property of Cohort. A hint to use entities() or value() would have saved some time in debugging.
HQL:
select memberIds from org.openmrs.Cohort
where uuid = 'AMRSReportsTemdporaryCohort000000000000'
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