drools
Drools vs. Cognos
I am relatively new to the concept of rules engines and was trying to work with Drools. Has anyone already wo开发者_Go百科rked this tool before and is it similar to Cognos?[详细]
2023-04-06 09:52 分类:问答Drools - Multiple rules fire even though they all belong to the same activation group
I have a set of rules as follows: rule \"Default Margin By Grade\" ruleflow-group \"MarginByGrade\" enabled false[详细]
2023-04-06 03:51 分类:问答Executing multiple rules in drools 5.x
I am a bit new to drools. I have 2 rules namely DateYYYYMMDD and TotalChargesAndTax in my drl file. I am using the following syntax to execute the 2 rules from my main method.[详细]
2023-04-06 02:57 分类:问答Creating an Drools Web application
Now I can create a drools application and I have used to create a drools application which is found in smooks site (A StockTik Example). Now I want to deploy that in a jboss AS . Is it possible. And i[详细]
2023-04-02 06:42 分类:问答Declare new type Jboss Drools
i need declare a new type in my drl like this example. package com.sample import com.sample.DroolsTest.Message;[详细]
2023-04-01 08:38 分类:问答Logging exceptions when firing rules with ConsequenceExceptionHandler
I have my drools server configured via spring/camel and I\'d like to be able log to a file all runtime exceptions that occur when rules are fired, along with details about the state of the working mem[详细]
2023-03-31 03:24 分类:问答java.lang.NoSuchFieldError: DESCR
When I try the http://www.softwarepassion.com/getting-started-with-drools-flow/ tutorial I get this exception:[详细]
2023-03-31 01:51 分类:问答Google collect import in Drools
When I try to import MultiMap in Drools rule it caused an error below [11,25]: [ERR 102] Line 11:25 mismatched input \'COLLECT\' expecting \'identifier\' in import[详细]
2023-03-30 03:11 分类:问答How to dynamically reload rules using already declared fact types?
I am facing an issue while trying to reload rules dynamically. Starting with the context : we have DRLs files which contains a total of 10000 rules, and various types. As the process of compiling and[详细]
2023-03-28 17:10 分类:问答JBoss Rules 5 and "static" facts
I am designing a system in which I plan to use Drools 5. The system has several hundred facts that are read from a database. These facts ar开发者_运维百科e the same for each session. How can I create[详细]
2023-03-28 07:32 分类:问答