[rules-users] Reg: Using window:time(..) method in Guided Editor in Guvnor

2009-11-26 Thread bas karan
Hi,       Can you tell me how window:time(..) function is used in drools guided editor?     I have situation where Collection of objects will be there in entry-point. And if one of the objects matches certain criteria and other other objects match certain criteria, then I have to take do somethi

[rules-users] Reg: Drools Sliding window

2009-11-12 Thread bas karan
x rules in Grided editor Hi Baskaran, you can use drools-pipeline module with the Smooks transformers to do that! lucaz El 11/11/2009, a las 01:23, bas karan escribió: Hi Lucas, > >    Thanks for  your replay. And one more question I have is, > >    Can we have acc

Re: [rules-users] Reg: Writing complex rules in Grided editor

2009-11-10 Thread bas karan
is use DSL because isn't possible create "complex" rules with the guided editor El 10/11/2009, a las 06:33, bas karan escribió: Hi,      I am new to Drools rules. Can any one of you tell me how can we write complex rules like below using Grided editor.   rule sequenceOfInc

[rules-users] Reg: Writing complex rules in Grided editor

2009-11-10 Thread bas karan
Hi,      I am new to Drools rules. Can any one of you tell me how can we write complex rules like below using Grided editor.   rule sequenceOfIncreasingWithdrawals   when     $account:Account($number : number)     $t1:TransactionCreatedEvent(fromAccountNumber == $number)   from entry-point