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

JavaClassLoader configurable service

Select the objects and properties that you want to change for the JavaClassLoader configurable service.

For JavaClassLoader configurable services, you must stop and start the integration server for a change of property value to take effect.

Supplied configurable services that are created for each broker Properties for each configurable service that is defined Description of properties

None

includedDeployedJars

The JAR files that are loaded by the classloader. The JAR files must have been deployed to the integration server.
Specify one of the following values:
  • none if no deployed JAR files are to be loaded.
  • automatic if only the JAR file that contains the class that implements a JavaCompute node is to be loaded. This value is not valid for ESQL, and results in a runtime error.
  • a semicolon separated list of JAR file names that are to be loaded. The JAR file names must end with .jar. No wildcard characters are supported.

    You can include automatic in the list to also load the JAR file that contains the class required by a JavaCompute node. Including automatic results in a runtime error, if the configurable service was specified in an ESQL routine.

The default value is automatic.

Java™ classes in the JAR files in includedDeployedJars are searched and loaded before classes in the JAR files in the sharedJarPath.

sharedJarPath

The fully qualified file path of a single additional directory to be searched by the classloader. The directory must not be in the broker file path or work path, as defined by the MQSI_FILEPATH and MQSI_WORKPATH environment variables.

If the directory is specified, it is used to resolve additional classes.

If the directory is not specified, the broker shared-classes directories are used to resolve additional classes.

Java classes in the JAR files in includedDeployedJars are searched and loaded before classes in the JAR files in the sharedJarPath.


bn28733_.htm | Last updated Friday, 21 July 2017