Changing Existing Published Rule Sets

About this task

The following sections outlines how a user with disabilities can publish an existing rule set in the administration application:

Procedure

  1. In the administration application, select the "Administration Workspace" Application Section.
  2. In the Shortcuts Panel select the "Rules and Evidence" category.
  3. Within this category select the "Cúram Rule Sets" link. This will open a page that contains a list of existing rule sets. Search for the rule set of interest.
  4. To publish this rule set, open the command prompt and navigate to the <application install directory>/EJBServer folder.
  5. Enter "build creole.extractrulesdata -Dcreolerulesetname=<your rule set name> -Dinedit=true" into the command prompt. This will extract the rule set to the <application install directory>/EJBServer/dataextractor/blob folder.
  6. The developer should copy this rule set to their custom component and place it into a Creole Rule Sets folder. Using the preferred XML editor, the developer can define the rules according to the guidelines outlined in the Cúram Express Rules Reference Manual. Note that any update to annotations should be applied to the properties file as well as the XML file to ensure consistency across the files.
  7. Once complete the developer can validate and upload the rule set by using the command line targets "build creole.validate.rulesets" and "build creole.upload.rulesets" respectively.
  8. The corresponding properties file(s) can be uploaded via the "Application Resources" link in the Intelligent Evidence Gathering shortcut panel category.
  9. On the Application Resources page, select "Property" in the Category drop-down and click "Search".
  10. Locate the property file with the same name as the file to upload and select "Edit" from the list row action menu.
  11. In the modal, select the "browse" button and locate the properties file to upload. Note: This will override the properties file store for this rule set.