Exports the OSB project from either an Eclipse or JDeveloper Workspace to a deployable jar file.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OSB Extended Classpath |
| Yes | Allows the user to extend the classpath for this plugin call. |
OSB Home |
| Yes | The Oracle OSB home. For example: /opt/middleware/Oracle_OSB1 |
Oracle Weblogic Home (WL_HOME) |
| Yes | Weblogic Home Directory. (e.g. /u01/oracle/products/fmw/wlserver) |
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 Configuration Project |
| No | OSB Configuration Project Name. |
OSB Parent Project Path |
| No | This path is used for SCMs like Git where the project folder makes be nested in a set of folders. Specify parent folders to the project (e.g. osb/Project, specify osb in this property) |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation produces a deployable jar file artifact that will be stored in the artifacts repository.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
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
During the build workflow, the customization/configuration file inside the project should be copied to the artifacts folder using the File Plugin's saveArtifacts
operation.