Example 4 Customizing Text Strings of a Set of Properties for Entire Application

Procedure

  1. Extract the software edition specific resource bundle (say MDM) SharedStringResources.properties from ECM.ear/ECMClasses.jar/com/tibco/mdm/properties/mdm to a directory $MQ_HOME/custom/resources/com/tibco/mdm/properties/mdm.
  2. Rename extracted resource file, that is, $MQ_HOME/custom/resourcescom/tibco/mdm/properties/mdm/SharedStringResources.properties to $MQ_HOME/custom/resources/com/tibco/mdm/properties/mdm/CustomSharedStringResources.properties.
  3. Edit and remove all properties from the file $MQ_HOME/custom/resources/com/tibco/mdm/properties/mdm/CustomSharedStringResources.properties and keep only the following properties:
    inbox=Inbox
    adminmenu=Administration
    sysopmenu=System Operations
  4. Modify each properties as follow:

    inbox=Outlook

    adminmenu=Governance
    sysopmenu=Organization Tasks
  5. Add $MQ_HOME/custom/resources to the CLASSPATH of the application server startup script.
  6. Restart the application server.
  7. Verify the menu items to see the new values are customized.