Configuring the configurable modifier plug-in

The WSRR governance enablement profile contains the configurable modifier plug-in. The configurable modifier plug-in is activated in the governance enablement profile by default.

About this task

To configure the configurable modifier plug-in perform the following actions:
  1. In the WSRR web UI, switch to the Configuration perspective, if necessary, by selecting Configuration in the Perspective list.
  2. Click Active Profile > Modifiers > Modification properties plug-in.
  3. Edit the displayed file to configure the modifier.
  4. Click OK to save the changes.
By default, the configurable modifier will run when you import objects into WSRR, or upgrade from a previous version. You can configure it not to run in either of the following ways:
  • Remove "com.ibm.sr.config.modifier.ConfigurableModifier" from the "modifiers=" line. This stops the correlator running completely.
  • In the configurable modifier actions file, define specific actions that must not be run on import. By default, all actions will be run during import but you can use the 'run-on-import' attribute of the action to disable this. For example, you can disable update actions by using the following element definition:
    <update-action run-on-import="false">