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

2008-09-01 Thread Ravi
Hello: Wondering if it is possible to enable or disable a rule after the rules are defined in a project. Thanks, Ravi ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

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

2008-09-01 Thread Ravi
Hello: Wondering if it is possible to enable or disable a rule after the rules are defined in a project. Thanks, Ravi NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email

[rules-users] Drools calculation of a date function

2014-06-16 Thread Ravi
Hi, I am new to drools. I want to write a function that accepts two strings and returns a date. The two strings are one for the payment frequency and the other for the payment day. Following are my requirements: 1.If the payment frequency is daily, return current date 2.If the payment

[rules-users] Re: Ant script for creating pkg files

2008-05-29 Thread ravi thalupula
=*.brl / include name=*.xml / include name=*.dslr / -- /compiler /target /project reference http://www.nabble.com/Ant-compiler-task--td15906277.html#a15907448 Regards, Ravi T ___ rules-users mailing list rules-users

[rules-users] Drools 4.0.7 supports Clustering and DB interaction ?

2008-05-30 Thread Thalupula Ravi
Hi, Can some one answer my questions regarding drools support 1. is drools supports clustering? 2. is drools supports Database interactions? appreciate your help. it would be great for me, if any body provide examples for above things. -- View this message in context:

RE: [rules-users] Drools 4.0.7 supports Clustering and DB interaction ?

2008-05-30 Thread Thalupula Ravi
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thalupula Ravi Sent: 30 May 2008 09:13 To: rules-users@lists.jboss.org Subject: [rules-users] Drools 4.0.7 supports Clustering and DB interaction ? Hi, Can some one answer my questions

Re: [rules-users] Advantages and Disadvantages of from

2008-05-30 Thread Thalupula Ravi
Hi Marcus, Again thanks for your information. Appreciate your help. Regards, Ravi T Marcus Ilgner wrote: Hi, On Fri, May 30, 2008 at 5:06 PM, Thalupula Ravi [EMAIL PROTECTED] wrote: Hi, Can some one describe about advantages and disadvantages of below to approaches 1

[rules-users] Constants initialize

2008-06-09 Thread Thalupula Ravi
. I'm expecting initialization at rules side, which can easily maintain by business users. Thanks in advance. Regards, Ravi Thalupula -- View this message in context: http://www.nabble.com/Constants-initialize-tp17731133p17731133.html Sent from the drools - user mailing list archive at Nabble.com

[rules-users] logging

2008-06-11 Thread Thalupula Ravi
Hi, How can i log that where a rule is executed or not for supplied data? If the rule fires, in 'then' section i can have a log statement. How can i log that the rule is not executed?? I need to log in both scenarios. Thanks, Ravi Thalupula -- View this message in context: http

[rules-users] Split Constraint - Rule flow

2008-06-12 Thread Thalupula Ravi
? Any suggestions are welcome. Thanks Ravi Thalupula -- View this message in context: http://www.nabble.com/Split-Constraint---Rule-flow-tp17800900p17800900.html Sent from the drools - user mailing list archive at Nabble.com. ___ rules-users mailing list

Re[rules-users] ading incoming connection in Action - Rule flow

2008-06-12 Thread Thalupula Ravi
in Action. If it is possible through the JAVA, plz let me know how i can write java code in Action( any configurations?). Thanks, Ravi Thalupula -- View this message in context: http://www.nabble.com/Reading-incoming-connection-in-Action---Rule-flow-tp17800998p17800998.html Sent from the drools - user

Re: Re[rules-users] ading incoming connection in Action - Rule flow

2008-06-12 Thread Thalupula Ravi
://www.nabble.com/file/p17802310/Action.JPG Action.JPG http://www.nabble.com/file/p17802310/Action.jpg Thanks, Ravi Thalupula Kris Verlaenen wrote: it seems that current released version of drools, supporting only MVEL code The action node allows you to simply execute a piece of code

Re: Re[rules-users] ading incoming connection in Action - Rule flow

2008-06-12 Thread Thalupula Ravi
Hi, is action will support below kind of stuff ? p : Person( ) modify( p ) { age =20} i'm getting error like java.lang.ClassCastException: java.lang.Class if it is possible please let me know right way of doing. Thanks Ravi Thalupula -- View this message in context: http://www.nabble.com

Re: Re[rules-users] ading incoming connection in Action - Rule flow

2008-06-12 Thread Thalupula Ravi
Hi Kris, Thanks a lot for providing valuable information. All the best for Drools team for their new releases. Regards, Ravi Thalupula -- View this message in context: http://www.nabble.com/Reading-incoming-connection-in-Action---Rule-flow-tp17800998p17815445.html Sent from the drools

[rules-users] Rule compilation error

2008-08-28 Thread Ravi Krishnamurthy
) at com.sample.DecisionTableTest.readDecisionTable(DecisionTableTest.java :62) at com.sample.DecisionTableTest.main(DecisionTableTest.java:35) / Have attached the .xsl and the DecisionTableTest for the reference. Thanks for your help and time, Regards, Ravi Sample.xls Description: MS-Excel spreadsheet package com.sample

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

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

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

[rules-users] Decision table capabilities

2008-12-09 Thread Ravi Krishnamurthy
) Thanks, Ravi ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[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

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
Thanks Greg. Hope you will get your spare time soon :) Anyway I'm a newbie and don't know how to request the dev. Let me know how to make a request and I will do it. Regards, Ravi Greg Barton wrote: I've wanted this kind of functionality for a while, and if I have a spare month some time

[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

[rules-users] Problem deploying 5.3.0 drools server in Tomcat

2012-02-07 Thread Ravi Sundaar
9.7.2. Offending class: javax/servlet/Servlet.class log4j:WARN No appenders could be found for logger (org.springframework.web.conte xt.ContextLoader). log4j:WARN Please initialize the log4j system properly. Thanks, Ravi

[rules-users] fusion

2013-05-17 Thread Ravi Gupta
How would one write a rule that checked if say Message has been inserted into the stream 10 times over the last 30 days? ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] entry-point + accumulate in same rule using BRL (Guided Rule Editor)

2013-05-27 Thread Ravi Gupta
I can't seem to re-create the below in BRL (entry-point + accumulate) I want to combine an entry-point and an accumulate function such as (the below is DRL, which works) *rule GSS-Sev1-Monitor* *no-loop true* *dialect mvel* *when* *$ticketStatistics :

[rules-users] Entry-Point and Accumluate

2013-06-04 Thread Ravi Gupta
Is it possible to use both in the same rule? Using Guided Rule Editor? ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] brms depoylment diagrams

2013-07-29 Thread Ravi Gupta
I am looking for deployment diagrams, from say dev to qa to prod I know there are several techniques, snapshots, webdav, import/export entire repo. Just wondering if there are some diagrams of rules sdlc in multiple environments ___ rules-users mailing

Re: [rules-users] Semantic of rules with not and coincide

2013-12-06 Thread Ravi Gupta
Have a question using drools 6 - I am following the example: Repo looks fine, rules and artifact in: .m2/repository/org/acme/brms/acmepoc/1.0 code seems straightforward: // Install example1 in the local maven repo before to do this KieContainer kContainer =

[rules-users] KieContainer kContainer = ks.newKieContaine ....

2013-12-06 Thread Ravi Gupta
Have a question using drools 6 - I am following the example: Repo looks fine, rules and artifact in: .m2/repository/org/acme/brms/acmepoc/1.0 code seems straightforward: // Install example1 in the local maven repo before to do this KieContainer kContainer =