Drools is a business-rule management system (BRMS) with a forward-chaining-inference-based rules engine, more correctly known as a production rule system, using an enhanced implementation of the Rete algorithm.
I'll use a university's library system to explain my use case. Students register in the library system and provide their …
java rules droolstill now I couldn't figure out the best way (meaning with minimal overhead) to add rules to a running KieSession …
java drools kieWe used Drools as part of a solution to act as a sort of filter in a very intense processing …
droolsI undeploy my Java EE app that uses an asynchronous logger that logs in its own thread from the Drools …
java multithreading deployment jakarta-ee droolsI'm trying to setup the kie execution service (kie-server-services-6.2.0) for being provisioned by the kie-drools-wb-webapp-6.2.0, when I try to get …
drools business-rules kie-wbI'm trying to build a simple rule on KIE Workbench/Drools in a new DRL file and I keep getting …
java drools drools-guvnor kie kie-workbenchI know how to create DRL files inside KIE workbench by using all the methods. But what my problem is …
java drools drools-guvnor kieI have business rules implemented in Drools, while executing I get java RuntimeException Unexpected global [myService] org.drools.common.AbstractWorkingMemory.…
jboss7.x drools business-rulesA am new in Drools and have read some docs and tutorials, sure, my question has a trivial solution. I …
java drools business-rules