if i write the groovy statement:

orExprs = [];
orExprs.add(EntityCondition.makeCondition("workEffortId", EntityOperator.NOT_EQUAL, null));

i get the error message:

java.lang.IllegalArgumentException: Operator must be EQUALS or NOT_EQUAL when right/rhs argument is NULL )

if i change the operator to EQUALS it seems to work fine.

anybody can confirm?

--

Regards,

Hans Bakker
CEO, http://antwebsystems.com

Reply via email to