Re: [rules-users] DROOLS from clause giving Error

2008-11-12 Thread shikha . x . aggarwal
Thanks for all the help. Thanks Shikha Shikha X Aggarwal/JPMCHASE 11/12/2008 09:50 AM To Rules Users List cc "Rules Users List" , [EMAIL PROTECTED] Subject Re: [rules-users] DROOLS from clause giving Error Thanks for the response. However I get the following error now

Re: [rules-users] DROOLS from clause giving Error

2008-11-12 Thread shikha . x . aggarwal
izer.compileGetChain( ReflectiveAccessorOptimizer.java:279) at org.mvel2.o Thanks Shikha "Edson Tirelli" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/07/2008 05:58 PM Please respond to Rules Users List To "Rules Users List" cc Subject Re: [rules-users] DROOLS fr

Re: [rules-users] DROOLS from clause giving Error

2008-11-07 Thread Edson Tirelli
Processor p1 = new Processor(); > session.setGlobal( "processor", p1 ); > session.fireAllRules(); > session.dispose(); > > > > > > *"Edson Tirelli" <[EMAIL PROTECTED]>* > Sent by: [EMAIL PROTECTED] > > 11/07/2

Re: [rules-users] DROOLS from clause giving Error

2008-11-07 Thread shikha . x . aggarwal
); session.dispose(); "Edson Tirelli" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/07/2008 05:10 PM Please respond to Rules Users List To "Rules Users List" cc Subject Re: [rules-users] DROOLS from clause giving Error Drools 4.0.7 is t

Re: [rules-users] DROOLS from clause giving Error

2008-11-07 Thread Edson Tirelli
please suggest which version of DROOLS should I be using? can you > direc me to the MAVEN site. > > Thanks > shikha > > > *"Edson Tirelli" <[EMAIL PROTECTED]>* > Sent by: [EMAIL PROTECTED] > > 11/06/2008 03:12 PM > Please respond to > Rules Users

Re: [rules-users] DROOLS from clause giving Error

2008-11-07 Thread shikha . x . aggarwal
of DROOLS should I be using? can you direc me to the MAVEN site. Thanks shikha "Edson Tirelli" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/06/2008 03:12 PM Please respond to Rules Users List To "Rules Users List" cc Subject Re: [rules-users] DROOLS from clau

Re: [rules-users] DROOLS from clause giving Error

2008-11-06 Thread shikha . x . aggarwal
IL PROTECTED] 11/06/2008 03:55 PM Please respond to Rules Users List To "Rules Users List" cc Subject Re: [rules-users] DROOLS from clause giving Error Can you confirm you are using MVEL 2.0.1 ? Also, you need Drools trunk... not M2. Mike fixed the problem in that versi

Re: [rules-users] DROOLS from clause giving Error

2008-11-06 Thread Edson Tirelli
to do here for correcting the syntax? > > > *"Edson Tirelli" <[EMAIL PROTECTED]>* > Sent by: [EMAIL PROTECTED] > > 11/06/2008 03:12 PM > Please respond to > Rules Users List > > To > "Rules Users List" cc > Subject > Re: [ru

Re: [rules-users] DROOLS from clause giving Error

2008-11-06 Thread shikha . x . aggarwal
My mvel version is mvel 2.0..Can you suggets which mvel version should I be using? "Edson Tirelli" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/06/2008 03:12 PM Please respond to Rules Users List To "Rules Users List" cc Subject Re: [rules-users] DROOL

Re: [rules-users] DROOLS from clause giving Error

2008-11-06 Thread shikha . x . aggarwal
rs List" cc Subject Re: [rules-users] DROOLS from clause giving Error This is an MVEL problem that Mike fixed in one of the latest versions: it was raising that error message when unable to resolve a variable reference (processor in this case). Can you please confirm what versi

Re: [rules-users] DROOLS from clause giving Error

2008-11-06 Thread Edson Tirelli
mizer.optimizeAccessor( > *ReflectiveAccessorOptimizer.java:126*) > at org.mvel.ast.ASTNode.getReducedValueAccelerated(* > ASTNode.java:141*) > at org.mvel.MVELRuntime.execute(*MVELRuntime.java:77*) > > > > *"David Sinclair" <[EMAIL PROTECTED]>* >

Re: [rules-users] DROOLS from clause giving Error

2008-11-06 Thread shikha . x . aggarwal
List To "Rules Users List" cc Subject Re: [rules-users] DROOLS from clause giving Error What is Processor? Doesn't look like it is a bound variable. Is it from DBSubscription? On Thu, Nov 6, 2008 at 2:11 PM, <[EMAIL PROTECTED]> wrote: Hi, I am using the from clause

Re: [rules-users] DROOLS from clause giving Error

2008-11-06 Thread David Sinclair
What is Processor? Doesn't look like it is a bound variable. Is it from DBSubscription? On Thu, Nov 6, 2008 at 2:11 PM, <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using the from clause of drools and have written the following > expression - > *rule* "Rule1" >*when* > $event :

[rules-users] DROOLS from clause giving Error

2008-11-06 Thread shikha . x . aggarwal
Hi, I am using the from clause of drools and have written the following expression - rule "Rule1" when $event : Event(eventId == "eventId.IR.001"), $dbS : DBSubscription( report == $event.report ) from Processor.getUsers() then list.ad