Is it possible to fire rules in drool file by rule na开发者_高级运维mes ? My requirement is, my rule file will contain list of all rules (S). But I\'ve a separate config which contains list of rule na
The short version: How do I get JBPM5 Rule Nodes to use a DRL file which reads and updates process variables?
I have an Application which is Based on Spring+ Hibernate + Drools. It has static *.drl files. My Question is
We are developing a vehicle tracking system. Like every VTS, we have GPS devices fitted into the vehicles开发者_如何学运维 which keep sending location information to the server. On server, our TCP com
I tried a sample example to see how agenda-group works. Initially I set the focus of ksession to agenda-group \"ag1\" and fired the rules.
Does Drools/JBPM5 support data flow?开发者_如何学C Or is it only control flow? It is using BPMN2 for modeling business processes.BPMN2 does not really visually model data flow.Rather, if data is to
I am working within a enterprise architecture that is processing a large amount of XML messages.We have recently been given the requirement to perform some calculations on data contained in those XML
I am trying to create a Drools template to generate rules from a spreadsheet. We want the user to be able to create \"default rules\" by leaving a field blank. To make a simplified example: We want to
I have a quick question - is it possible to compare tw开发者_开发百科o objects of the same class in Drools? And if yes, how do I distinguish between the two objects?Yes.
i have a class assignment to create a Robot using Drools as an inference machine. however, most of my rules act strange since they don\'t fire for the class but fire for it\'s superclass. Something开发