Imports (deploys) a jar file to the OSB Server and performs environment-specific property replacement if a customization/configuration file is present in the code repository. In addition, the import will conditionally (controlled by an input) perform environment-specific property replacement on the files within the project. This operation can be used for both Full and Partial Deploy projects.
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 Project |
| Yes | OSB Project Name. |
OSB Jar Name |
| Yes | Name of the jar file used to deploy the OSB project. |
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. |
Activate Property Replacement |
| No | A flag to control whether property replacement will occur on the contents of the jar file. This doesn't affect the property replacement of the customization file. |
Activation Message |
| No | Activation message to use during import operation. If not specified, FlexDeploy will use message |
...