I have an ArrayList in working memory that I am iterating with a \'from\' statement in my when clause. However, the rule is iterating backwards through the array. Is there a way to control this behavi
I am using drools for processing rules. Web-s开发者_如何学运维ervice calls a method in a class which is in jar included in lib directory of web-service. And this method in turn uses drools. Now the pr
I have run into an issue where when I modify my drools rules(.drl) on the fileSystem it开发者_JAVA技巧 appears to work as a JUnit testcase but fails when try to test the same in the web application ru
I have just started using Drools on a small project and now I need to write a rule a bit complex and I don\'t really know what\'s the best way to do it.
I\'m evaluating JBoss Drools currently and would like to seek help from the community regarding the reusability issues I\'ve identified so far:
I\'m trying to write a rule that delays firing until, at least, 15 minutes have passed since the last firing. However, the temporal operators in Drools Fusion only allow reasoning about two events in
i have the following 2 rules: rule \"Backup Not Succeeded For At Least 3 Days\" @ruleId(1) when Node($id : id)
I\'m trying to solve any Sudoku puzzle using production rules, with Drools as my inference engine. One of the examples packed with Drools is precisely a Sudoku solver, here are the relevant rules:
Has anyone had any experience integrating JBoss Drools with Mule ESB? While Apache ServiceMix appears to have good Drools support (http://servicemix.apache.org/servicemix-drools.html), the web based
I\'ve created a class called ApplicationLoginContext that contains information about a user once they\'ve authenticated (username, login timestamp, remote IP address, etc.)I\'m using JBoss Seam securi