Configure the Event Service (Add/Remove Event Listeners)

As an administrator, you can modify the configuration settings for Event Service, including adding or removing synchronous or asynchronous listener classes.

Note: Ensure that the listener class exists before trying to add it.

To add a synchronous or asynchronous listener class:

  1. In the Application Configuration Settings Resource tree, select Event Service.
  2. Enter the class name in the Listener Class To Add field. For example, to enable the out-of-the-box behavior tracking persistence mechanism, enter com.bea.p13n.tracking.listensers.BehaviorTrackingListener to the asynchronous listener section.
  3. Click Update.
  4. Ensure that you get a message in the bottom of the window stating that your changes have been applied.

Note: For detailed descriptions of the configuration setting fields, see Event Service Configuration Parameters.

To remove a synchronous or asynchronous listener class:

  1. In the Application Configuration Settings Resource tree, select Event Service.
  2. Click on the appropriate class name from the displayed list of active listeners.
  3. Click Update.
  4. Ensure that you get a message in the bottom of the window stating that your changes have been applied.

Related Help Topics: