IBM Integration Bus, Version 9.0.0.8 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

Version and keyword information for deployable objects

Use the Broker Archive editor to view the version and keyword information of deployable objects.

You can display properties of deployed objects, and can modify associated comments:

Object version in the Broker Archive editor

The Version column on the Manage page of the Broker Archive editor displays the version tag for the following objects that have a defined version.
  • .dictionary files
  • .cmf files
  • Embedded JAR files with a version defined in a META-INF/keywords.txt file

You cannot edit the Version column.

You can use the mqsireadbar command to list the keywords that are defined for each deployable file within a deployable archive file. For more information, see mqsireadbar command.

Adding version information to an application or library at deployment time

At deployment time, you can manually assign a version to an application or library. That version is not necessarily associated with the content of a particular file in the source control system. You can manually assign a version by creating a file called META-INF/keywords.txt inside the .appzip or .libzip file in the BAR file. You can add a literal string to the text file; for example, $MQSI_VERSION=v1.0 MQSI$. You can use this method to assign to an application or library a version that is independent of the versions of the resources in the application or library.

Adding version and other keyword information to a DFDL or XML Schema file

As with other deployed objects, you can add version and keyword information to your DFDL or XML Schema files by including literal strings.

When working with DFDL schema files, you can use the Representation properties tab of the DFDL schema editor to set the Comment property on your Message element to a String; for example:
$MQSI_VERSION=v1.0 MQSI$ $MQSI Author=DFDL Modeler MQSI$
The deployed DFDL schema file would include the following properties:
Property Value
Version v1.0
Author DFDL Modeler
When working with XML Schema, you can add a schema documentation element that contains your literal strings; for example:
<xsd:documentation>$MQSI_VERSION=v1.1 MQSI$ $MQSI Author=XML Modeler MQSI$</xsd:documentation>
The deployed XML Schema file would include the following properties:
Property Value
Version v1.0
Author XML Modeler

Version, deployment time, and keywords of deployed objects

In the IBM® Integration Explorer, the Properties QuickView displays the following properties for all deployed objects:
  • Version
  • Deployment time
  • All defined keywords
For example, you deploy a message flow with the following literal strings:
  • $MQSI_VERSION=v1.0 MQSI$
  • $MQSI Author=fred MQSI$
  • $MQSI Subflow 1 Version=v1.3.2 MQSI$
The Properties view displays these properties:
Property Description
Deployment Time Date and time of deployment
Modification Time Date and time of modification.
Note: This property has no concept of time zone, therefore it is only meaningful if you know in which time zone it was last modified.
Version v1.0
Author fred
Subflow 1 Version v1.3.2

If the keyword information is not available, a message is displayed in the Properties view to indicate the reason; for example, if keyword resolution has not been enabled at deployment time, the Properties view displays the message Deployed with keyword search disabled.

Path and Comment columns

If you add source files, the Path column on the Manage tab is populated automatically.

To add a comment, double-click the Comment column and type the text that you require.


ac26520_.htm | Last updated Friday, 21 July 2017