ILOG JRules User Guide > Deploying Rules > Tasks > Editing RuleApp Projects > Adding Properties to a RuleApp

A RuleApp property is a property that applies to individual RuleApps.

To add RuleApp properties:

  1. In the Rule Explorer, expand the RuleApp project, then double-click the RuleApp descriptor (archive.xml file).
  2. In the Overview page, under RuleApp Properties.
  3. Select a predefined property from the drop-down menu, or enter a custom Name in the Property Edition dialog.
  4. Enter a Value.
  5. The default value is set automatically when the property is selected. A value is only mandatory for the ruleapp.interceptor.classname property.
  6. Click OK.

The following table shows a list of predefined RuleApp properties.

RuleApp Properties Table

Name 
Description 
ruleapp.interceptor.classname 
The full name of the ruleset execution interceptor to be used. 
ruleapp.interceptor.description 
A description of the ruleset execution interceptor class. 

Tip
You cannot rename a RuleApp property. Instead, you need to remove the property then create a new one. To remove a property, select the property in the Properties table, then click Remove. The property is removed from the table.

Related Concepts

RuleApps and RuleApp Projects

Related Tasks

Creating RuleApp Projects
Versioning a RuleApp Project
Adding and Removing Ruleset Archives
Versioning Ruleset Archives
Adding and Removing a XOM Path for a Ruleset Archive JAR
Enabling Debug Mode on Rulesets
Adding Ruleset Properties

Related Reference

RuleApp Editor