H3270 (mainframe screens) Connector
ol.h3270.project.{projectName}.
Property | Type | Description |
---|---|---|
base-package | list<String> | Which packages Spring will scan for entities. |
hostname | String | Legacy System host name. |
port | int | Legacy System port. |
code-page | String | Code page. |
model | int | Screens model.
|
ssl-type | String | The SSL type. |
additional params | String | Use for MainFrame additional setiings. |
continue-on-error | Boolean | Continue binding even after an error, use this option only when data may be corrupted. |
convert-to-logical | Boolean | Algorithm for convert bidi test, by default it automatically set true according to when |
delay-between-screens | int | Delay time in milliseconds between sending terminal action to actual fetch of the data from the screen. |
mock | screens mock properties | Mock properties for mainframe screens. |
use-mock-connection | Boolean | Indicate if to use mock session in tests |
live | Boolean | When live is true (default), we work based on the connector properties. When live is false, we go to |
password | String | legacy password. |
user | String | legacy user. |
return-true-on-different-keys | Boolean | Fetching screen with different keys in mock-up sessions. |
right-to-left | Boolean | Set
|
uppercase-input | Boolean | When true it convert user input to upper case. |
wait-timeout | int | Time in milliseconds to wait for a screen before sending timeout |
ol.h3270.project.{projectName}.mock
Property | Type | Description |
---|---|---|
trail-path | String | Relative path to trail file (ex: /trails/demo_session.trail). |
save-trail-path | String | Relative path to the place where new trail file is saved (ex: /trails/save.trail). |
save-trail | boolean | Indicates if to save execution data into the trail file. For now, it is implemented only for RPC. |
verify-send | boolean | When working in live session false it indicates whether to compare input. |