Add the New Component

Procedure

  1. Navigate to the plugin store which is stored in CONFIG_HOME\ tibcohost\SERVER_NAME\host\plugins, where SERVER_NAME is typically Admin-enterpriseName-serverName, where enterpriseName and serverName are those defined using the TIBCO Configuration Tool on installation. For example, C:\ProgramData\amx-bpm\tibco\data\tibcohost\Admin-AMX BPM-AMX BPM Server\host\plugins.

    Within the plugin store, navigate to one of the following folders, as appropriate:

    Workspace

    com.tibco.n2.rtc.ws_<version>\resources\JSXAPPS\base\ locale\eventRoles\default

    for example:

    com.tibco.n2.rtc.ws_1.4.0.019\resources\JSXAPPS\base\ locale\eventRoles\default

    Openspace

    com.tibco.openspace.wccapps_<version>\wccapps\JSXAPPS\base\ locale\eventRoles\default

    for example:

    com.tibco.openspace.wccapps_1.4.0.019\wccapps\JSXAPPS\base\ locale\eventRoles\default
  2. Modify the eventComponents.xml file to add the new component as below.
    <EventComponent Name="ECCustomAudit" Description="eventComponents.Description.ECCustomAudit"/>
  3. Within the plugin store, navigate to one of the following folders, as appropriate:

    Workspace

    com.tibco.n2.rtc.ws_<version>\resources\JSXAPPS\base\locale

    for example:

    com.tibco.n2.rtc.ws_1.4.0.019\resources\JSXAPPS\base\locale

    Openspace

    com.tibco.openspace.wccapps_<version>\wccapps\JSXAPPS\base\ locale

    for example:

    com.tibco.openspace.wccapps_1.4.0.019\wccapps\JSXAPPS\base\ locale
  4. Modify the eventLocale.xml file to add the new component as below.
    <record id="eventComponents.Description.ECCustomAudit" text="EC Custom Event"/>