Creates or updates DataSources, EIS entries, JMS objects, and Work Managers as defined by input properties files. The properties files will be processed for property replacement first before execution. See Property Replacement Support for more information about property replacement.
...
Tip |
---|
Adapter DeploymentThis operation will perform the EIS changes using createOrUpdateEISEntries, which will Redeploy Adapter. To only Save Adapter Plan, use the generateEISDeploymentPlans operation instead of this operation. To Update Adapter instead, use the updateEISDeploymentPlans operation instead of this operation. So, if you want save or update the Adapter, then create a workflow containing the desired EIS operation. If you want to process JMS, DataSource, and Work Manager entries in same workflow add those necessary operations in the same workflow. |
Blog Posts
https://flexagon.com/2017/03/automating-the-creation-of-weblogic-configurations/
https://flexagon.com/2018/04/yes-you-can-create-weblogic-bridges-reliably-with-flexdeploy/
https://flexagon.com/2018/04/yes-you-can-create-work-managers-reliably-with-flexdeploy/
Tip |
---|
If you want to detect changes in WebLogic resource (properties) files and only deploy changed files, you can implement custom workflow as defined in Custom Workflow to detect changes in Properties Files. |
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle WebLogic Home (WL_HOME) |
| Yes | WebLogic Home Directory. (e.g. |
WebLogic Domain Name |
| Yes | WebLogic Domain Name. |
WebLogic Admin Listen Address |
| Yes | The listener address of the WLS admin server. (e.g. localhost) |
WebLogic Admin Listen Port |
| Yes | The port of the WLS admin server. (e.g. 7001) |
WebLogic Admin SSL Connection |
| No | Indicates whether the admin server is using SSL. |
WebLogic Admin User |
| Yes | The user name for the WLS admin server. |
WebLogic Admin Password |
| Yes | The password for |
WebLogic Admin Domain Directory |
| No | Weblogic Domain Directory for AdminServer. If not provided, |
WebLogic Domain Directory |
| Yes | Weblogic Domain Directory.(e.g. |
WebLogic Adapter Plan |
| No | Path to the XML files used by Resource Adapters. (optional) If this parameter is not used, the adapters' last-used setting will be used. |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Properties File Path |
| No | Comma-separated list of paths to the properties file(s). |
Outputs
Output Code | Required | Description |
---|---|---|
| No | A |
...