WorkSpace provides a mechanism to customize labels and text messages. The following procedures show you
how to redefine one or more labels and or text messages.
These procedures require the edition of WorkSpace configuration file
workspace.properties in <ORABPM_HOME>/webapps/workspace/WEB-INF.
- Create a properties file.
- Open the properties file in a text editor.
-
Add a key value pair for each of the messages you need to customize.
- The key should be one of the keys listed in
WorkSpace Messages Reference.
- The value is the String you want WorkSpace to display for the label or text message
corresponding to the specified key.
Note:
If the message needs to include input from the application it includes the string
%number. The number corresponds to the number of inputs received by the message.
When customizing messages that contain this string make sure you include it in the customized
message.
For example, if you want to replace the String "Help" for "Help me" you need to add the following key
value pair to the properties file:
Help=Help me
-
Copy this file to <ORABPM_HOME>/webapps/workspace/WEB-INF/classes.
-
Edit the WorkSpace configuration file.
-
Add the key fuego.workspace.customMessageBundle and set its value to the name of
the properties file, without the extension.
For example, to add the properties file ModifiedMessages.properties, you
need to add the key value pair fuego.workspace.customMessageBundle=ModifiedMessages
to WorkSpace configuration file.
-
Restart Oracle BPM web applications.
The next time you access WorkSpace, it uses the messages you defined in the
properties file.