Changing Existing Published Rule Sets

The following section outlines how a user with disabilities can publish an existing rule set in the administration application.
  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 opens a page containing 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 extracts the rule set to the <application install directory>/EJBServer/dataextractor/blob folder.
  6. The developer copies this rule set to their custom component and places 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. To ensure consistency across the files, apply update annotations to the properties file as well as to the XML file.
  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.