KIE Drools 6.2.0 - Guided Decision Table - Set The Value of field on new fact is not working
11 views
Skip to first unread message
SK
unread,
Mar 15, 2017, 1:28:40 PM3/15/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Drools Usage
Hi, I am trying to create a Guided decision table set the value in new fact object based on two different input objects. When I am tested with Test Scenarios it is firing rule. See attached screen shot.
But it is not working when I am testing using container end point. Please see below request response XML.In response i don't see premiumAmount value. Please let me know what I am missing here ? why insertLogical is not able to insert Premium fact.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Drools Usage
I would just temporally add logging for the rule.
First something to see if the rule fires. It probably doesn't. So next I would take out restrictions for Vehicle and print out both Applicant and Vehicle.
If that does not help them just print out every Vehicle you have and every Applicant using the table you have here or make a new rule for testing.
At some point you see what the difference is with the Test Scenario and real runtime.