Re: [rules-users] Question on contains operator with integer

2010-03-11 Thread cwolfinger
Yes. But the collection I am testing has Integer objects it is the object of the comparison for containment that is an int primitive. So my thoughts are if this would never work unless I use an eval then why does the rules parser allow the creation of condition that is invalid? -- View this mess

[rules-users] Question on contains operator with integer

2010-03-10 Thread cwolfinger
Hello - I have a question on how to a contains operation with primitive values. What I have is a message that has a field called intTest that is a List. If i do an intTest contains 4 check, then check compiles but it never matches. However if I do an eval it does work. Does anyone know how to