- Uninstall the ASEE Flow Applications and Archives
- Replace ASEE Flow Core Libraries
- Replace Optional ASEE Flow Dependencies
- Maintain the ASEE Flow Configuration
- Install the ASEE Flow Archive
- Install the Web Applications
$*_VERSION refers to the current versions and the new versions of the artifacts.
1. Uninstall the ASEE Flow Applications and Archives
First, uninstall the ASEE Flow web applications, namely the ASEE Flow REST API (artifact name likecamunda-engine-rest) and the ASEE Flow applications Cockpit, Tasklist, and Admin (artifact name like camunda-webapp).
Uninstall the ASEE Flow EAR. Its name should be camunda-oracle-weblogic-ear-$PLATFORM_VERSION.ear.
2. Replace ASEE Flow Core Libraries
After shutting down the server, replace the following libraries in$WLS_DOMAIN_HOME/lib with their equivalents from $WLS_DISTRIBUTION/modules/lib:
camunda-engine-$PLATFORM_VERSION.jarcamunda-bpmn-model-$PLATFORM_VERSION.jarcamunda-cmmn-model-$PLATFORM_VERSION.jarcamunda-dmn-model-$PLATFORM_VERSION.jarcamunda-xml-model-$PLATFORM_VERSION.jarcamunda-engine-dmn-$PLATFORM_VERSION.jarcamunda-engine-feel-api-$PLATFORM_VERSION.jarcamunda-engine-feel-juel-$PLATFORM_VERSION.jarcamunda-commons-logging-$COMMONS_VERSION.jarcamunda-commons-typed-values-$PLATFORM_VERSION.jarcamunda-commons-utils-$COMMONS_VERSION.jar
3. Replace Optional ASEE Flow Dependencies
In addition to the core libraries, there may be optional artifacts in$WLS_DOMAIN_HOME/lib for LDAP integration, ASEE Flow Spin, and Groovy scripting. If you use any of these extensions, the following update steps apply:
LDAP integration
Copy the following library from$WLS_DISTRIBUTION/modules/lib to the folder $WLS_DOMAIN_HOME/lib, if present:
camunda-identity-ldap-$PLATFORM_VERSION.jar
ASEE Flow Connect
Copy the following library from$WLS_DISTRIBUTION/modules/lib to the folder $WLS_DOMAIN_HOME/lib, if present:
camunda-connect-core-$CONNECT_VERSION.jar
ASEE Flow Spin
Copy the following library from$WLS_DISTRIBUTION/modules/lib to the folder $WLS_DOMAIN_HOME/lib, if present:
camunda-spin-core-$SPIN_VERSION.jar
4. Maintain the ASEE Flow Configuration
If you have previously replaced the default ASEE Flow configuration by a custom configuration following any of the ways outlined in the deployment descriptor reference, it may be necessary to restore this configuration. This can be done by repeating the configuration replacement steps for the updated platform.5. Install the ASEE Flow Archive
Install the ASEE Flow EAR, i.e., the file$WLS_DISTRIBUTION/modules/camunda-oracle-weblogic-ear-$PLATFORM_VERSION.ear.
6. Install the Web Applications
REST API
Deploy the web application$WLS_DISTRIBUTION/webapps/camunda-engine-rest-$PLATFORM_VERSION-wls.war to your Oracle WebLogic instance.
Cockpit, Tasklist, and Admin
Deploy the web application$WLS_DISTRIBUTION/webapps/camunda-webapp-ee-wls-$PLATFORM_VERSION.war to your Oracle WebLogic instance.