adcGenerateJar
Runs the adcgnjar
 utility to generate and sign a JAR file (For R12.2+ only). Â
Before version 6.5.0.3.6, this operation requires the expect package to be installed on the EBS host.
adcgnjar will take backup of customall.jar file as customall.bak.
You may not use this utility for custom development unless you have written permission from Oracle Corporation.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
EBS Source Script |
| Yes | Source Script with full path. If you would like to apply changes directly to run edition for EBS R 12.2+, specify the run param after the script. By default it connects to patch edition when performing the deploy operation. All other operations are sourced from run by default. e.g. |
EBS Database User |
| Yes | DB User to connect with privileges. e.g. Apps. |
EBS Database Password |
| Yes | DB Password to connect for |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Use expect if available |
| No | If checked, and expect is installed, then expect is used to pass the username and password into the adcgenjar command. If unchecked, or expect is not found, another method is used. Older versions of this plugin do not have this input, and expect is always required. |
Artifacts
This operation doesn't consume or produce any artifacts.
Endpoint Selection
This operation will select all available EBS Web Server type endpoints associated to the Target.
Endpoint Execution
This operation delegates the decision to the workflow developer to allow customers with non-shared Java Tops to use the plugin.
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 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