Previous Topic: Process ControlNext Topic: Web Services


Utilities

The Utilities module configuration has one tab. The Default Invoke Java Operator Properties tab sets the default property values for the Invoke Java operators.

Use Strict Java Mode?

Specifies whether to enforce typed variable declarations, method arguments, and return types in the main method of the Invoke Java operator at runtime.

Values: This property can have one of the following values:

Default: Selected.

CA Process Automation executes the main method code of the operator in a BeanShell interpreter, which supports BeanShell scripting syntax and Java syntax. When you select this field, the BeanShell interpreter runs under the Strict Java Mode, which:

Note: Many BeanShell commands do not work in Strict Java Mode.

External Jar Paths

Defines the paths to the external jars that the product loads by default when an Invoke Java operator runs on an agent.

Important: To load the JAR files, define a separate path for each file that ends with that JAR file name. To load .class files, define the path to the appropriate directory. The .class files can be in the directory. The location depends on whether this package is a named package or an unnamed package.

Paths have the following syntax rules:

Use Default Logger?

Specifies whether to use an instance of a logger object to log data to the log file.

Values: This property can have one of the following values:

Default: Cleared

Log File Path

Defines the path to the log file that the logger uses. This path points to a file that resides on a CA Process Automation agent host.

Log Level

Specifies the level at which to log data. Each log level prints messages for that level and all levels above it. For example, WARN prints WARN, ERROR, and FATAL messages.

Values: This property can have one of the following values:

Default: 0: DEBUG

Append to Default Log File?

Specifies whether to append new log messages to the default log file or to overwrite old logs with the new logs.

Values: This property can have one of the following values:

Default: Cleared

Default Log Data Without Logging Info?

Specifies whether the logger writes log messages with or without the following prefix:

Day Month Year Hours:Minutes:Secs Logo_level [UUID of the Invoke_Java operator]:

Values: This property can have one of the following values:

Default: Cleared