drools
Drools Creating a Custom Score
So I\'ve created a custom score in drools: public interface MyScore extends Score<MyScore> and have implemented it. However I can\'t see how to use the score. The config has a[详细]
2023-03-18 18:43 分类:问答Filtering eligible records for authorization - Is a rules engine right solution?
I have an authorization screen for say payments A list of transactions is displayed. This is a filtered list.[详细]
2023-03-15 16:27 分类:问答How to prefix string to the file at the starting location in a file?
I have file as below. rule \"IC-86\" agenda-group \"commonATSP\" dialect \"mvel\" when eval($count > 10)[详细]
2023-03-15 15:26 分类:问答Drools rule templates and the forall decision table construct
Currently trying to prove a database driven rule template that is using comma separated input paramaters. We are trying to reuse the forall decision table construct that does not appear to work with r[详细]
2023-03-14 19:01 分类:问答Cost-based evaluation in Drools?
I have a problem开发者_如何学Go that I can solve with a rules engine, and our team already wrote apps using Drools (but I am new to it so apols for the newbie question).[详细]
2023-03-14 03:58 分类:问答Drools Fusion and Java EE
What are the b开发者_运维百科est practices for using Drools Fusion on a Web/Enterprise Application? Do you know of any useful document?[详细]
2023-03-13 19:58 分类:问答Parallel processing in Drools
just wondering if trying to increase maxThreads configuration for drools speeds up processing time or not? At the moment I am using StatelessKnowledgeSession with the following settings:[详细]
2023-03-13 19:07 分类:问答How to define constant in jboss drools?
All I want to know that how to define contant variable in jboss drools rule. So, Admin has to change开发者_如何转开发 only one place to modify the configurable value.[详细]
2023-03-13 09:57 分类:问答Error thrown during MessageBroker initialization
In am testing a project with Flex, Spring, jBPM5, Drools and JPA with Hibernate. During my creation on initialization of FrameworkServlet \'Flex\', I face a problem with AMF serialization and deserial[详细]
2023-03-13 07:09 分类:问答Using Drools on Jetty
I am trying to start up a webapp that uses Drools 5.2.0.M1.I get the following stacktrace on startup:[详细]
2023-03-13 06:52 分类:问答