Tagged Questions

3
votes
3answers
674 views

Drools testing with junit

What is the best practice to test drools rules with junit? Until now we used junit with dbunit to test rules. We had sample data that was put to hsqldb. We had couple of rule packages and by the end ...
2
votes
1answer
1k views

Dynamic business rules engine for ruby on rails

I have an application which will require a "dynamic business rules" engine. Some of the business rules changes very frequently. Some of then applies for a limited set of business accounts. For ...
1
vote
2answers
87 views

Using rules engines

This is more of a generic question. But I am trying to understand a concept of using a tool and why one would need this tool. I keep going round and round. q)Why do we need rule engines? I have ...
1
vote
0answers
167 views

Drools retraction is causing rule not to fire

I'm coming across some weird behavior in Drools 4.0.7, but maybe it's just cause I don't understand I how Drools works. Assume, there's a class "A" that has a property called "property". As facts, I ...
0
votes
0answers
154 views

Rules set in Drools not working if the value for rule is having a space.Is it possible to accommodate space in rules?

Rules set in Drools Guvnor not working if the value for rule is having a space.Is it possible to accommodate space in rules? For eg: if a rule is set with keyword = Test Plan then even if i pass the ...
0
votes
2answers
278 views

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 Drools but find them ...
0
votes
1answer
573 views

Check all elements of a list (Drools Expert)

I'm trying to write rules in Drools Expert. In the when part of the rule, I check some properties of an Application object. This object contains a List and I would like to check if a bunch of rules ...
0
votes
2answers
581 views

Drools - Doing Complex Stuff inside a Rule Condition or Consequence

In my company we are planning to use Drools a BRE for couple of projects. Now we trying to define some best-practices. My question is what should be and shouldn't be done inside a Rule ...
0
votes
2answers
2k views

Evaluation of Drools Flow with Drools Expert on a web based J2ee project

I am evaluating drools flow as wrokflow engine with drools expert rule. Key evaluation points: Generating Customize Rules and Workflow through own custom Web UI Admin user can see all of the ...