- Uninstall the ASEE Flow Libraries 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 Libraries 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-ibm-websphere-ear-$PLATFORM_VERSION.ear.
2. Replace ASEE Flow Core Libraries
With your first ASEE Flow installation or update to 7.2, you have created a shared library namedCamunda. We identify the folder to this shared library as $SHARED_LIBRARY_PATH.
After shutting down the server, replace the following libraries in $SHARED_LIBRARY_PATH with their equivalents from $WAS_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-engine-feel-scala-$PLATFORM_VERSION.jarcamunda-commons-logging-$COMMONS_VERSION.jarcamunda-commons-typed-values-$PLATFORM_VERSION.jarcamunda-commons-utils-$COMMONS_VERSION.jarcamunda-template-engines-freemarker-$TEMPLATE_ENGINES_VERSION.jarfeel-engine-$FEEL_ENGINE_VERSION-scala-shaded.jarfreemarker-$FREEMARKER_VERSION.jarmybatis-$MYBATIS_VERSION.jar
3. Replace Optional ASEE Flow Dependencies
In addition to the core libraries, there may be optional artifacts in$SHARED_LIBRARY_PATH for LDAP integration, ASEE Flow Spin, and ASEE Flow Connect. If you use any of these extensions, the following update steps apply:
LDAP integration
Copy the following library from$WAS_DISTRIBUTION/modules/lib to the folder $SHARED_LIBRARY_PATH, if present:
camunda-identity-ldap-$PLATFORM_VERSION.jar
ASEE Flow Connect
Copy the following library from$WAS_DISTRIBUTION/modules/lib to the folder $SHARED_LIBRARY_PATH, if present:
camunda-connect-core-$CONNECT_VERSION.jar
ASEE Flow Spin
Copy the following library from$WAS_DISTRIBUTION/modules/lib to the folder $SHARED_LIBRARY_PATH, if present:
camunda-spin-core-$SPIN_VERSION.jar
4. Maintain the ASEE Flow Configuration
If you have previously replaced the default ASEE Flow configuration with 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$WAS_DISTRIBUTION/modules/camunda-ibm-websphere-ear-$PLATFORM_VERSION.ear. During the installation, the EAR will try to reference the Camunda shared library.
6. Install the Web Applications
REST API
The following steps are required to update the ASEE Flow REST API on an IBM WebSphere instance:- Deploy the web application
$WAS_DISTRIBUTION/webapps/camunda-engine-rest-$PLATFORM_VERSION-was.warto your IBM WebSphere instance. - Associate the web application with the
Camundashared library.
Cockpit, Tasklist, and Admin
The following steps are required to update the ASEE Flow web applications Cockpit, Tasklist, and Admin on an IBM WebSphere instance:- Deploy the web application
$WAS_DISTRIBUTION/webapps/camunda-webapp-ee-was-$PLATFORM_VERSION.warto your IBM WebSphere instance. - Associate the web application with the
Camundashared library.