[rules-users] Split Constraint - Rule flow

2008-06-12 Thread Thalupula Ravi
Hi, I've a split constraint as same as LHS of my rule. Whenever i change condition of rule, i need to change the constraint as well. It is little bit painful for business users, right? Is there any way i can keep condition in common place. where constraint suppose to pick the same condition?

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

2008-06-12 Thread Thalupula Ravi
Hi, How can i read the incoming connection of my action ? using MVEL code. for example: Start--RuleGroup -- Split -- Action -- End in above example i need to read the name of Split in Action using MVEL code. it seems that current released version of drools, supporting only MVEL code in

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

2008-06-12 Thread Thalupula Ravi
Hi Kris, Thanks for your information. Actually i have an action, which is common to a couple of splits, so in my action i need to log(log4j - file appender) that from which split request is coming from. I mean to say, on based on incoming split request, different message need to be log.

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:

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

[rules-users] Constants initialize

2008-06-09 Thread Thalupula Ravi
Hi, Can some one suggest me how can i initialize a constant (String), which is common to all rules and the value of constant can able to change by Business users (BRMS). I think we can use global variable or fact, but that need to be supplied by client program and initialized at client side.

[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