[rules-users] How to use Salience in a decision table

2008-12-16 Thread Ravi Krishnamurthy
Hello: Can Salience be used in a decision table. Thanks, Ravi ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] Books on Drools

2008-12-10 Thread Ravi Krishnamurthy
Thanks Mark\Ellen. Regards, Ravi Mark Proctor wrote: Ravi Krishnamurthy wrote: Hello: Could you suggest some books on Drools. There are no specific Drools books at the moment, some are on the way. We list related recommended reading material on the documentation page: http://labs.jboss.org

Re: [rules-users] Decision table capabilities

2008-12-10 Thread Ravi Krishnamurthy
Thanks Sowmya. Sowmya Yellamilli wrote: unfortunately not possible not only decision tables, across all drools implementations because only 'when -- then' is permitted not 'otherwise' Ravi Krishnamurthy wrote: Hello: 1) Is it possible to write any if then else kind of rule instead

Re: [rules-users] Decision table capabilities

2008-12-10 Thread Ravi Krishnamurthy
-users@lists.jboss.org Date: Wednesday, December 10, 2008, 1:27 AM unfortunately not possible not only decision tables, across all drools implementations because only 'when -- then' is permitted not 'otherwise' Ravi Krishnamurthy wrote: Hello: 1) Is it possible to write any if then else

[rules-users] Decision table capabilities

2008-12-09 Thread Ravi Krishnamurthy
Hello: 1) Is it possible to write any if then else kind of rule instead of stating all the possibilities in a decision table. For example: if a == 25 print (success) else if a == 10 print (not bad) else print (try

[rules-users] Books on Drools

2008-12-09 Thread Ravi Krishnamurthy
Hello: Could you suggest some books on Drools. Thanks, Ravi ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] Some questions

2008-12-05 Thread Ravi Krishnamurthy
Hello: Could some one give some input for the following questions 1) Can drools read the datas for facts from Excel 2) is Nested rules is supported in Drools 3) can rules communicate across .drl files 4) is there support for looping and collection Thanks in advance, Ravi

Re: [rules-users] How to monitor what rules are fired

2008-10-28 Thread Ravi Krishnamurthy
Thanks Michael. I will look into it. Regards, Ravi Michael Rhoden wrote: Not sure if there are any examples around, but you could use AgendaEventListener to see any rules firing. -Michael - Original Message - From: Ravi Krishnamurthy [EMAIL PROTECTED] To: Rules Users List

[rules-users] How to monitor what rules are fired

2008-10-27 Thread Ravi Krishnamurthy
Hello: Would like to monitor what rules are fired, how many times it is fired etc. Is it possible to do this with Drools 4.x Thanks for your help, Ravi ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] Turning on and off a particular rule

2008-09-02 Thread Ravi Krishnamurthy
Pallav: the enabled keywork works. In order to do this, the rules need to be updated at runtime. Wondering if there is any other way other than updating the rules to get this behavior during runtime. Thanks, Ravi Ravi wrote: Thanks Shyam, will try it out.

[rules-users] Rule compilation error

2008-08-28 Thread Ravi Krishnamurthy
Hello: I had generated the decisiontable using the eclipse plugin for drools 4.x. using the eclipse the DecisionsampleTest works fine but on running it from the command line gets the following error: /C:\FirstDroolPrj\binjava com.sample.DecisionTableTest org.drools.rule.InvalidRulePackage:

Re: [rules-users] Rule compilation error

2008-08-28 Thread Ravi Krishnamurthy
Removed the update(m) from the xsl. Then the command line worked fine. Still not able to understand why it worked inside the eclipse and not outside. regards, Ravi Ravi wrote: Hello: I had generated the decisiontable using the eclipse plugin for drools 4.x. using the eclipse the