osbUndeploy
Undeploy an OSB project from the OSB server.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Weblogic Admin User |
| Yes | The user for the Weblogic admin user. |
Weblogic Admin Password |
| Yes | The password for the Weblogic admin user. |
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., 7001) |
Weblogic Admin Use SSL |
| Yes | If the Weblogic admin server is using SSL to connect. |
OSB Home |
| Yes | The Oracle OSB home. (e.g., /u01/oracle/products/fmw/osb) |
Oracle Weblogic Home (WL_HOME) |
| Yes | Weblogic Home Directory. (e.g., /u01/oracle/products/fmw/wlserver) |
OSB Extended Classpath |
| No | Allows the user to extend the classpath for this plugin call. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OSB Project |
| Yes | OSB Project Name. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Project Name |
| No | The name of the OSB project that will be undeployed from the server. If this input is empty, will use the OSB Project project property. Recommendation would be to use the project property when undeploying prior to deploying the project and use this input if utilizing a utility project/workflow to undeploy projects independent of the deploy. |
Activation Message |
| No | Activation message to use during undeploy operation. If not specified, FlexDeploy will use message |
Artifacts
This operation doesn’t consume or produce any artifacts.
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.
Special Considerations
This operation can be utilized in the standard deployment workflow if you want the project undeployed prior to performing the deploy. In this scenario, make sure the OSB Project project property is set and the Project Name input is empty. An alternative is to utilize this operation in a utility project that is executed independent of the project deployment. In this scenario, the Project Name input should be set. Utilizing a workflow input and/or a groovy script will provide a generic way to undeploy a specific project.
This operation will not fault if the OSB project isn't found on the server.
- style