jpqlFilter.setValueComponent(singleFilterSupport.generateValueComponent(
view.getDataLoader().getContainer().getEntityMetaClass(),
condition.getHasInExpression(),
parameterClass
));
In this code, when I create a jpqlFilter, I get an exception if hasInExperssion is true:
java.lang.IllegalArgumentException: Can’t create component for the ‘’ with given meta class ‘cont_Contragent’
This Exception is only thrown if jpqlFilter hasInExpression is true.