| ILOG JRules User Guide > Running and Debugging > Getting Started > Tutorial: Debugging a Ruleset > Task 3: Inspecting the Agenda |
Task 3: Inspecting the Agenda |
PREVIOUS NEXT |
In this task, you use the Agenda view to watch the execution output and see what is happening to the objects.
To inspect the agenda:
debug-start-configuration, and click Debug.
pricing.qualifyFor.LongTermDiscount and pricing.qualifyFor.SuperBowl rules. However, the pricing.price.LongTermDiscount rule is not listed, although it should fire every time the pricing.qualifyFor.LongTermDiscount rule is true.
pricing.qualifyFor.LongTermDiscount > matchedObjects for the carrental.RentalAgreement, inspect the value of offers by clicking offers=AbstractCollection and note the current value in the detail pane:
pricing.qualifyFor.SuperBowl rule. Normally, the pricing.price.LongTermDiscount rule should have fired before the pricing.qualifyFor.SuperBowl rule.
offers=AbstractCollection.
Next you correct the problem so the pricing.price.LongTermDiscount rule fires properly.
Next: Task 4: Correcting the Problem
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |