Re: [rules-users] Problem implementing multiple evals

2011-01-28 Thread Ayush
I'm afraid is there no solution to this problem? -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Problem-implementing-multiple-evals-tp2365761p2369105.html Sent from the Drools - User mailing list archive at Nabble.com.

Re: [rules-users] Problem implementing multiple evals

2011-01-28 Thread Wolfgang Laun
I'm sending this again, as it seems it didn't make the list yesterday. Sorry if you receive this twice. -W On 28 January 2011 08:25, Wolfgang Laun wolfgang.l...@gmail.com wrote: The rule you have shown is not capable of producing that error message. Which version of Drools are you using?

[rules-users] Problem implementing multiple evals

2011-01-27 Thread Ayush
When I'm trying to execute multiple evals I'm getting errors. Below is what I'm trying to do MyEvent(prop1=XYZ) over window:time(1m) from entry-point MyStream or (MyEvent() over window:time(1m) from entry-point MyStream and

Re: [rules-users] Problem implementing multiple evals

2011-01-27 Thread Wolfgang Laun
The rule you have shown is not capable of producing that error message. Which version of Drools are you using? (1) You cannot use = (in: MyEvent(prop1=XYZ) to compare two values. (2) You cannot use matches in eval, where Java expressions are expected (in: eval((prop3 matches ...). (3) You must