You run the completed version of the decision service to see the expected
results.
About this task
This version of the decision service contains the changes that you make in the tutorial. It
produces the results that you can expect to achieve at the end of the tutorial. Tip: If
you want to refer to the completed decision service while you are going through the tutorial, use
the answer and start projects in different Eclipse
workspaces.
Procedure
-
Open the Samples Console in the en_US (American English) locale (see Running samples from the Samples Console).
-
In the Samples and Tutorials view, expand .
-
Under answer, click Import projects.
Eclipse switches from the Samples Console to the Rule perspective. The Rule Explorer displays six
projects:
The Java™™ project loan-validation-xom defines an execution object model
(XOM) for rule execution. The main decision service, Loan Validation Service,
references the other projects (see Running the completed tutorial).
-
From the Run menu, select Run
Configurations.
-
Expand Decision Operation, and click the run loan
validation configuration:
-
Click Run.
The Console view displays the following results, which show that the input data is valid and
the loan is approved:
What to do next
In the task, you run the faulty version of the decision service and see the errors in the
output.