JT400(AS400 RPC) Connector
ol.jt400.project.{projectName}.
Property | Type | Description |
---|---|---|
catalog | String | AS400 DB Catalog. |
external-libs | List | List of external libraries to load |
live | boolean | When live is true (default), we work based on the connector properties. When live is false, we go to |
mock | RpcMockProperties | Mock properties for AS400. |
port | String | Legacy System port. |
session-pool | SessionPool | Session Pool properties for AS400 connection. |
timeout | long | Timeout for the connection. |
base-packages | List<String> | which packages spring will scan for entities. |
code-page | List | Legacy system code page. ex: 037, 424. |
host | String | Legacy System host name. |
password | String | Password for the user name. |
user | String | User name for logging in. |
SessionPool -
ol.jt400.project.{projectName}.session-pool.
Property | Type | Description |
---|---|---|
enabled | boolean | Whether to use a connection pool: default false. |
size | int | size of the connection pool in case it is enabled: default 5. |
RpcMockProperties -
ol.jt400.project.{projectName}.mock.
Property | Type | Description |
---|---|---|
trail-path | String | Relative path to trail file (ex: /trails/demo_session.trail). |
save-trail | boolean | Indicates if to save execution data into trail file. For now it is implemented only for RPC. |
save-trail-path | String | Relative path to place where new trail file is saved (ex: /trails/save.trail). |
verify-send | boolean | When working in liveSession false it indicates whether to compare input. |