- style
adcGenerateJar
Runs the adcgnjar utility to generate and sign a JAR file (For R12.2+ only).
This operations requires the expect package to be installed on the EBS host.
You may not use this utility for custom development unless you have written permission from Oracle Corporation.
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
FDEBS_SOURCE_SCRIPT | Yes | Source Script with full path. |
FDEBS_DB_USER | Yes | DB User to connect with privileges. eg: Apps. |
FDEBS_DB_PASSWORD | Yes | DB Password to connect for FDEBS_DB_USER. |
Project Properties
Property Name | Required | Description |
---|---|---|
|
|
|
Inputs
Input Name | Required | Description |
---|---|---|
|
|
|
Outputs
Output Name | Required | Description |
---|---|---|
|
|
|
Artifacts
This operation doesn't consume or produce any artifacts.
Endpoint Selection
This operation will select all available EBS resource type endpoints associated to the environment instance.
Endpoint Execution
This operation will execute on Any EBS resource 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
- style