IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Creating a naming convention rule at the system level

Procedure

To create a naming convention rule at the system level, do the following steps:

  1. Create a new bundle file with a .properties extension in a plug-in project, for example namingextension.properties.
  2. Edit a naming convention rule in the file. Figure 1 is an example of naming convention rule file:
    Figure 1. Example of a naming convention rule file.
    Example of a naming convention rule file.
  3. Open the plugin.xml file. Add a new extension point, com.ibm.btt.tools.common.naming, and then add a rule for this extension point.
  4. In the Extension Element Details panel, enter the following information:
    1. In the Bundle field, enter the path of the bundle file that you created in step 1.
      Note: Do not enter the .properties extension in the Bundle field.
    2. In the Priority field, specify the priority of this extension. If the extension point is registered by multiple plug-ins, the extension with the higher priority is invoked by WebSphere® Multichannel Bank Transformation Toolkit. A WebSphere Multichannel Bank Transformation Toolkit default naming convention rule is registered as low priority; therefore, the customized naming convention rule should be registered as medium or high priority.


Feedback