[rules-users] UI for Rule Engine

2011-08-10 Thread Gaurav Silakari
UI to Guvnor.Thanks & Regards,Gaurav SilakariMailto: gaurav.silak...@tcs.com  =-=-=Notice: The information contained in this e-mailmessage and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination,

Re: [rules-users] Some basic queries

2011-08-05 Thread Gaurav Silakari
ageFromDrl( source );if ( builder.hasErrors() ) {System.out.println( builder.getErrors().toString() );throw new RuntimeException( "Unable to compile \"methodCall.drl\".");}Package pkg = builder.getPackage();RuleBase ruleBase = RuleBaseFactory.newRuleBase();ruleBase.addPackage( pkg

[rules-users] Some basic queries

2011-08-04 Thread Gaurav Silakari
import' syntax and method name being invoked through the bind variable reference )Thanks & Regards,Gaurav SilakariMailto: gaurav.silak...@tcs.com=-=-=Notice: The information contained in this e-mailmessage and/or attachments to it may contain confidential or privileg

[rules-users] Drools 5.0 location

2011-07-22 Thread Gaurav Silakari
Hi All, I wanted to download Drools 5.0 version but at the download site of JBoss I am getting the option for Drools 5.2.0 only. Please suggest me where I can find Drools 5.0. Thanks & Regards,Gaurav SilakariMailto: gaurav.silak...@tcs.com=-=-=Notice: The information conta

[rules-users] Permission Error on drools.packagebuilder.conf

2010-04-06 Thread Gaurav
folder in was.policy but still no luck. I have tried all the possible combinations and wasted 5-6 hours. Could some one please help me resolving this issue. Thanks, Gaurav -- View this message in context: http://n3.nabble.com/Permission-Error-on-drools-packagebuilder-conf-tp702088p702088.html

[rules-users] (Urgent) Runtime error: java.lang.RuntimePermission createClassLoader

2010-03-31 Thread Gaurav
dgeBuilder(KnowledgeBuilderFactory.java:29) Thanks, Gaurav -- View this message in context: http://n3.nabble.com/Urgent-Runtime-error-java-lang-RuntimePermission-createClassLoader-tp689621p689621.html Sent from the Drools - User mailing list archive at Nabble.com. ___ r

[rules-users] Load rules on start up

2010-03-22 Thread Gaurav
Hi All, I want to load all the rules on jvm start up and use them in my application instead of creating knowledgebase object on each click. Could you please provide me any sample code for the same. Thanks, Gaurav -- View this message in context: http://n3.nabble.com/Load-rules-on-start-up

Re: [rules-users] Better way to find rule with max value

2010-03-12 Thread Gaurav
p;" operators and replaced them with "," (comma). Thanks, Gaurav -- View this message in context: http://n3.nabble.com/Better-way-to-find-rule-with-max-value-tp442484p444755.html Sent from the Drools - User mailing list archive at Nabble.com. ___

[rules-users] Better way to find rule with max value

2010-03-11 Thread Gaurav
lectedTSSRulesWithOutHier, max($nodeOfRule)) $lowestNodeTSSRule : ArrayList() from collect( $ruleObj : RoutingRule( eval(nodeOfRule == $lowestNodeTSS) ) from $selectedTSSRulesWithOutHier ) Many thanks in advance, Gaurav --

[rules-users] Issue with comparing values from multiple lists

2010-03-10 Thread Gaurav
> ?? && nonStdTerm == ??? ) ) from $routingRuleList) There could be multiple DealTypeTotal objects present in dealTechList. Can some one please suggest any solution to this problem. Thanks, Gaurav -- View this message in context: http://n3.nabb

Re: [rules-users] Unexpected global error

2008-07-01 Thread Gaurav Anand
Hi Thomas Can you please find out if your code is reading the correct drl file ? Is your drl file loaded properly. I got the same error when I was trying to load a file from a dir and forgot to add drl file in that dir ? Thanks Gaurav --- On Mon, 6/30/08, thomas kukofka <[EMAIL PROTEC

RE: [rules-users] How to use not operator in drool.

2007-09-13 Thread JOSHI, GAURAV
elekurs/nva/mde/fe/ak/validation/Rule_ValidationRuleExp_G10_3_0.jav a (11:495) : Cannot use this in a static context com/telekurs/nva/mde/fe/ak/validation/Rule_ValidationRuleExp_G10_3_0.jav a (11:500) : Type mismatch: cannot convert from String to int I am trying to find out some general concept