You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ome.services.query.QueryException: Illegal query:
select distinct experimenter.id,
experimenter.omeName,
experimenter.firstName,
experimenter.lastName,
experimenter.email
from Experimenter experimenter
join experimenter.groupExperimenterMap gem
where experimenter.id = :id
and gem.parent.id in :ids
unexpected token: : near line 10, column 30 [
select distinct experimenter.id,
experimenter.omeName,
experimenter.firstName,
experimenter.lastName,
experimenter.email
from ome.model.meta.Experimenter experimenter
join experimenter.groupExperimenterMap gem
where experimenter.id = :id
and gem.parent.id in :ids
]
at ome.services.query.StringQuery.buildQuery(StringQuery.java:83)
at ome.services.query.Query.doInHibernate(Query.java:222)
at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:406)
at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:339)
The text was updated successfully, but these errors were encountered:
see: https://www.openmicroscopy.org/qa2/qa/feedback/30334
The text was updated successfully, but these errors were encountered: