I've got the following code which works on ACF 9.0.1:
SELECT b FROM branch AS b
WHERE b.company IN (:companies)
Where :companies holds an array of company entities which were loaded before. In Railo 3.3.4.003 final I receive the following error: "Can't cast Object type [java.util.ArrayList] to a value of type [Component]".
Is this possible at all in Railo? If not, how may I select entities which contain a given set of entities which have to be in a relation with the searched object??