Specify each parameter in the following format:
parameter-name=value |
user_app.adaptor-group-name-or-adaptor-name.properties
Specify an adaptor group name for standard adaptors or an adaptor name for a custom adaptor, expressed as alphanumeric characters (0 to 9, a to z, A to Z) and the underscore (_). The permitted length is from 1 to 32 characters. Note that for an adaptor group or adaptor that uses in-process connection, the adaptor group name or adaptor name must begin with a single-byte alphabetic character.
This file must be stored in the following directory:
working-directory\conf\
This file specifies the class name of in-process-connection adaptors or the path of a jar file. When you use in-process connection, you must create this file for each adaptor group when using the standard adaptors and for each adaptor when using custom adaptors.
The table below lists and describes the parameters that can be specified and their default values.
Table 8-7 Specifiable parameters and their default values (in-process connection property file)
No. | Parameter name | Description | Default value |
---|---|---|---|
1 | user_app.classname | Specifies the main class name for an adaptor group or an adaptor that uses in-process connection.#1 This class is implemented with the system-provided interface class. When you use in-process connection, this parameter is mandatory; if this parameter is omitted in such a case, an error results. | None |
2 | user_app.classpath_dir | Specifies the path of the directory storing the class file for the class specified in the user_app.classname parameter or the path of the jar file.#1, #2 For the path, specify an absolute path or a path relative to the working directory. You can specify only one path in this parameter. When you use in-process connection, this parameter is mandatory; if this parameter is omitted in such a case, an error results. | None |