osbApplyCustomizationFile
Applies an OSB customization file as a standalone deployment. This can be used when you want to apply a global customization file. If you are using package-based deployments, you can continue using the osbPartialImport operation. Â
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Weblogic Admin User |
| Yes | The user for the Weblogic admin server. |
Weblogic Admin Password |
| Yes | The password for Weblogic. |
Weblogic Admin Listen Address |
| Yes | The listener address of the Weblogic admin server. (e.g., localhost) |
Weblogic Admin Listen Port |
| Yes | The port of the Weblogic admin server. (e.g |
Weblogic Admin Use SSL |
| Yes | If the Weblogic admin server is using SSL to connect. |
OSB Extended Classpath |
| No | Allows the user to extend the classpath for this plugin call. |
OSB Home |
| Yes | The Oracle OSB home. (e.g., |
Oracle Weblogic Home (WL_HOME) |
| Yes | Weblogic Home Directory. (e.g. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OSB Customization File |
| No | The name of the customization/configuration file to be applied after the deployment of the project. The Customization file can either be a fully qualified path or a path relative to the |
OSB Preserve environment variable values |
| No | This optional property sets the |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
OSB Customization File |
| No | The name of the customization/configuration file to be applied after the deployment of the project. The Customization file can either be a fully qualified path or a path relative to the This plugin input overrides project property value for OSB Customization File. |
Activation Message |
| No | Activation message to use during import operation. If not specified, FlexDeploy will use message |
Artifacts
This operation consumes customization files saved to the artifact repository.
Endpoint Selection
This operation will select all available endpoints associated to the Target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Customization/Configuration File
The customization/configuration files that were saved to the FD_ARTIFACTS_DIR
will be copied to the FD_TEMP_DIR
directory. Configuring the OSB Customization File
 input on the import operation or the OSB Customization File
 project property which can be either an absolute path to a customization/configuration file or a relative path of the copied configuration file based relative to the FD_TEMP_DIR
directory.
If the file path is absolute, the file will be copied to the
FD_TEMP_DIR
directory and the Property Replacement will be run on the file.If the file is relative to the
FD_TEMP_DIR
directory, file replacement will be run on it.Project specific or global customization files are supported. In contrast to customization files deployed via osbImport, global customization files are honored with this operation.
- style