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