Hello, I need some help to understand how to enforce dependency rules with Drools. Suppose you have two objects - A and B - and two business rules that say: "if A is selected, unselect B" and "if B is selected, unselect A".
How can I be sure that Drools unselects B when user selects A and viceversa? How can avoid a loop or Drools resolving dependency unselecting what the user just selected? Should I use Solver or Fusion? Or... Is Drools the wrong tool? Thanks a lot! Dario -- View this message in context: http://old.nabble.com/How-to-enforce-dependecy-rules-tp26532016p26532016.html Sent from the drools - user mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
