[rules-users] Multiple rule violation

Chaturvedi Dewashish dewashish at nirvana-sol.com
Wed Nov 27 02:50:18 EST 2013


Hi,

 

I have a problem scenario.

 

I insert two facts 

- obj1 (on which rules needs to be validated, used in when part), 

- obj2 (to retrieve output, used in then part)

 

Let's say there are two rules Rule1 and Rule2 for this fact type and both of
them get violated. In this case I am getting only one instance of updated
obj2.

I need two instances of obj2 as both rules are violated. So, that I can
perform operation on based on those.

 

I have also seen on internet that DROOLS skips checking for other rules if
any one gets violated. So, requirement is as 

1. DROOLS should check for all rules (What is performance cost for this.
Does fire all rules work this way?)

2. All instances of obj2 to perform actions accordingly (What is best way to
do this. Should I insert an array of this type? If so please, say how to
achieve this?)

 

 

Thanks and regards,

Chaturvedi Dewashish

Nirvana Solutions

Cell: +91-8373915350

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20131127/8b1c3436/attachment.html 


More information about the rules-users mailing list