drools
how to define a model so it's available for rules UI?
I created a model, and whe i try to create a rule i allways recieve 开发者_运维知识库this message:[详细]
2023-03-11 07:21 分类:问答Persisting a Drools Knowledge Session
Is it possible to persist a Knowledge Session in Drools? If so, how? I ha开发者_运维知识库ve facts stored in a database and i\'d like to avoid reloading all of them in a new session everytime a new f[详细]
2023-03-09 06:54 分类:问答Grails: plugins: drools vs drools-gorm
I am going to try to add some DROOLS into my Grails project.I have never used DROOLS before, and I intend to learn it within the context of Gr开发者_运维问答ails.Can anyone explain the difference or j[详细]
2023-03-04 21:28 分类:问答Need help architecting a POC for a Business Activity Monitoring (BAM) application
I have been researching tools and frameworks to implement a BAM application. The basic requirements will be:[详细]
2023-03-04 17:14 分类:问答StatelessKnowledgeSession and Drools Flow
Is it possible to run a Drools Flow process from a StatelessKnowledgeSession? If so, how? It doesn\'t have the startProcess(id, params) method and seems to only implement rule functionality. I have a[详细]
2023-02-28 02:24 分类:问答understanding working of Drools guvnor
can any one plz let me know that how drool guvnor work i went to guvnor documentation but couldn\'t understand the core logic of how rules are processed and how we can use dr开发者_Go百科ools guvnor i[详细]
2023-02-25 13:26 分类:问答Drools flow persistence - Named query not found: ProcessInstancesWaitingForEvent
I have a problem with drools flow persistence (MySQL), I get the following exception: 2011-04-15 14:38:27,244 INFO[STDOUT] (http-0.0.0.0-8000-5) Hibernate: insert into ProcessInstanceInfo (externalVa[详细]
2023-02-25 06:30 分类:问答Drools flow persistence - No active JTA transaction on joinTransaction call
I\'ve been trying to configure persistence to work with drools flow on JBOSS 6.0.0.Final by following the documentation Drools-Flow-Persistence but I keep getting a exception as below (although hibern[详细]
2023-02-24 16:53 分类:问答Alternatives to rules engine for centralizing and maintaining rules
I\'m trying to find an appropriate solution/framework to centralize and maintain rules. The number of rules is huge and they change frequently. I\'ve gone through开发者_运维问答 rules engines like Dro[详细]
2023-02-24 09:31 分类:问答drools rules syntax for nested classes
Newbie question on drools. I am trying to access the following java class in the rules file. Class A{[详细]
2023-02-22 13:08 分类:问答