Operation for generate and sign custom Product Jar (For R12.2+ only).
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Key Store Password | FDEBS_STORE_PASS | No | Optional. Needed only if it different than default. |
Key Pasword | FDEBS_KEY_PASS | No | Optional. Needed only if it different than default. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Class files Location | FDEBS_INP_CUSTOM_FILES_LOCATION | Yes | Location of custom product class files. |
Output Jar File |
| Yes | Output Jar file location with full path. e.g: $JAVA_TOP/xxhr.jar |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation produces artifact on the endpoint and not stored in artifact repository.
Endpoint Selection
This operation will select all available EBS Web Server type endpoints associated to the environment instance.
Endpoint Execution
This operation will execute on Any EBS Web Server type endpoints.
Special Considerations
Make sure you have the expect package installed on EBS endpoint. You can verify this by using the below command. If it is not installed, then you need to install the Expect to run this operation.
rpm -qa | grep expect
Will return something like this if it is installed:
expect-5.44.1.15-5.el6_4.x86_64
any 1 random EBS Web Server type endpoint prior to version 4.5.1.10.
Versions 4.5.1.10 and following delegate the decision to the workflow developer to allow customers with non-shared Java Tops to use the plugin.