[rules-users] Formula and Predicate example using a condition for Guvnor

2009-03-17 Thread Ravi Krishnamurthy
Hello: Is there any examples available using the Formula and Predicate Calculation type for Guvnor. Thanks Ravi ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] When is drools 5 released?

2009-03-16 Thread Ravi Krishnamurthy
Hello: Would like to know when is Drools5 planned to be released. Thanks, Ravi ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[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] Decision table capabilities

2008-12-10 Thread Ravi Krishnamurthy
rint try again On Wed, Dec 10, 2008 at 1:51 AM, Ravi Krishnamurthy <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: 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

Re: [rules-users] Decision table capabilities

2008-12-10 Thread Ravi Krishnamurthy
users] Decision table capabilities To: rules-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:

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 kin

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

[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] 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 again)

[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-30 Thread Ravi Krishnamurthy
h in a few places). On Wed, Oct 29, 2008 at 4:42 AM, Ravi Krishnamurthy <[EMAIL PROTECTED]> wrote: 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. -Michae

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] 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 https://lists.jboss.org/mailman/listinfo/ru

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. ---

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 Decisionsam

[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\bin>java com.sample.DecisionTableTest org.drools.rule.InvalidRulePackage: Rul