- 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-7.17.0-ee.ear.
WebSphere Liberty stepsIf you are using WebSphere Liberty, you just need to remove the ASEE Flow EAR, REST API, and web applications from the
Liberty
$YOUR_SERVER/apps/ directory.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 the equivalents
from $WAS_DISTRIBUTION/modules/lib:
camunda-engine-7.17.0-ee.jarcamunda-bpmn-model-7.17.0-ee.jarcamunda-cmmn-model-7.17.0-ee.jarcamunda-dmn-model-7.17.0-ee.jarcamunda-xml-model-7.17.0-ee.jarcamunda-engine-dmn-7.17.0-ee.jarcamunda-engine-feel-api-7.17.0-ee.jarcamunda-engine-feel-juel-7.17.0-ee.jarcamunda-engine-feel-scala-7.17.0-ee.jarcamunda-commons-logging-$COMMONS_VERSION.jarcamunda-commons-typed-values-7.17.0-ee.jarcamunda-commons-utils-$COMMONS_VERSION.jarcamunda-connect-connectors-all-$CONNECT_VERSION.jarcamunda-connect-core-$CONNECT_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, ASEE Flow Connect, and scripting. 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 plugin
camunda-connect-connectors-all and camunda-engine-plugin-connect are part of the .ear.
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
GraalVM JavaScript
Copy the following libraries from$WAS_DISTRIBUTION/modules/lib to the folder $SHARED_LIBRARY_PATH, if present:
graal-sdk-$GRAALJS_VERSION.jaricu4j-$ICU4J_VERSION.jarjs-$GRAALJS_VERSION.jarjs-scriptengine-$GRAALJS_VERSION.jarregex-$GRAALJS_VERSION.jartruffle-api-$GRAALJS_VERSION.jar
Groovy
The following libraries replace the singlegroovy-all-$GROOVY_VERSION.jar library. Copy these libraries from
$WAS_DISTRIBUTION/modules/lib to the folder $SHARED_LIBRARY_PATH, if present:
groovy-$GROOVY_VERSION.jargroovy-jsr223-$GROOVY_VERSION.jargroovy-json-$GROOVY_VERSION.jargroovy-xml-$GROOVY_VERSION.jargroovy-templates-$GROOVY_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 methods 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, or the file$WAS_DISTRIBUTION/modules/camunda-ibm-websphere-ear-7.18.0-ee.ear.
- During the installation on WebSphere 9, the EAR will try to reference the
Camundashared library. - On WebSphere Liberty, please follow the EAR installation guide to deploy the ASEE Flow EAR correctly.
6. Install the web applications
REST API
The following steps are required to update the ASEE Flow REST API on an IBM WebSphere instance:- On WebSphere 9:
- Deploy the web application
$WAS_DISTRIBUTION/webapps/camunda-engine-rest-7.18.0-ee-was.warto your IBM WebSphere instance. - Associate the web application with the
Camundashared library.
- Deploy the web application
- On WebSphere Liberty:
- Place the web application
$WAS_DISTRIBUTION/webapps/camunda-engine-rest-7.18.0-ee-was.warin the Liberty$YOUR_SERVER/apps/directory. - Configure the
server.xmlas described in the Liberty installation guide.
- Place the web application
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:- On WebSphere 9:
- Deploy the web application
$WAS_DISTRIBUTION/webapps/camunda-webapp-ee-was-7.18.0-ee.warto your IBM WebSphere instance. - Associate the web application with the
Camundashared library.
- Deploy the web application
- On WebSphere Liberty:
- Place the web application
$WAS_DISTRIBUTION/webapps/camunda-webapp-ee-was-7.18.0-ee.warin the Liberty$YOUR_SERVER/apps/directory. - Configure the
server.xmlas described in the Liberty installation guide.
- Place the web application