[rules-users] Can a rule be part of different rule flow groups

2009-08-11 Thread surya_n2007
Hi, Can a rule be part of different rule flow groups. Is it possible as per below example a rule can be part of RFG1,RFG2.Please explain how we can share rules using version 4.0.7 and rule flows are used in our project. rule "GoodBye" ruleflow-group "RFG1" ruleflow-group "RFG2" no-l

[rules-users] Can anyone explain how to share rules using RuleFlow Group

2009-08-10 Thread surya_n2007
Hi, Can a rule be part of different rule flow groups. Is it possible as per below example a rule can be part of RFG1,RFG2.Please explain how we can share rules using version 4.0.7 and rule flows are used in our project. rule "GoodBye" ruleflow-group "RFG1" ruleflow-group "RFG2" no-loo

[rules-users] Problem Sharing rules between Rule Flow group

2009-07-29 Thread surya_n2007
Using 4.0.7 version Our requirement is we need to share rules between different projects. So we have grouped the rules into ruleflow group say Group A has 2 rules, GroupB has 4 rules.Shared GroupB i.e 4 rules in different projects X,Y. Now the business requirement changed for project Y in GroupB o

[rules-users] Throwing runtimeException 4.0.7 not supposed

2009-06-12 Thread surya_n2007
Throwing runtime exception in this example inserted person object as person name is null. Ideally need to add error "P01" and in second rule checks for precondition "P01" exist and skip rule. But i am getting the below error. Please let me know this is bug, i dont want to check again "Second Rul

Re: [rules-users] Problem with updated facts

2009-03-12 Thread surya_n2007
Please post the complete rule where you are updating fact. -- View this message in context: http://www.nabble.com/Problem-with-updated-facts-tp22458416p22477032.html Sent from the drools - user mailing list archive at Nabble.com. ___ rules-users mail

[rules-users] Problem add DSL,add more than one file to Ruleagent

2009-03-12 Thread surya_n2007
Hi , I am having problem to add DSL to rule agent . How to add DSL , I can add dsl using PackageBuilder.addPackageFromDrl("x.drl","y.dsl") cant take this approach since, we are using standalone application not using BRMS want to update new rules so i am using RuleAgent and passing propertie

[rules-users] Drools 4.0.7 Or 5.0.X ?

2009-03-12 Thread surya_n2007
Hi All, We want to implement drools as our rule engine , planning to use drools 4.0.7 since i am thinking drools 5.0 has bugs and fixes is going on . Our application has huge volume of facts performance is main criteria,planning to use RuleFlow and it is standalone application not using BRMS

Re: [rules-users] RuleAgent question

2009-03-11 Thread surya_n2007
You can provide the properties to the Rule agent by using properties file or java.util.properties.I am using java properties object and creating rule agent by specifying the below properties.Created rule base and caching rulebase. Properties dynamicRueProperties = new Prop