SELECT MIN(o.orgUnitId) FROM ProcessedOrganization o
This is query i am using ,in this case
ProcessedOrganization Entity have orgUnitId as primaryKey as well as
foreign key reference.
when i am going to generate rmic for this Ejbql then it showing error
Invalid SELECT containing either expression,parameter,or multiple elements.
I am using
ejb 2.1 so there is no problem of version
can u help me?