$APP_SERVER should be replaced with either jboss or wildfly, depending on
the used application server.
The update procedure takes the following steps:
- Update the ASEE Flow Modules
- Update Optional ASEE Flow Modules
- Update ASEE Flow Web Applications
1. Update the ASEE Flow Modules
Replace the following modules from the folder$APP_SERVER_HOME/modules/ with their new versions from the folder $APP_SERVER_DISTRIBUTION/modules/:
org/camunda/bpm/camunda-engineorg/camunda/bpm/$APP_SERVER/camunda-$APP_SERVER-subsystemorg/camunda/bpm/model/camunda-bpmn-modelorg/camunda/bpm/model/camunda-cmmn-modelorg/camunda/bpm/model/camunda-dmn-modelorg/camunda/bpm/model/camunda-xml-modelorg/camunda/bpm/dmn/camunda-engine-dmnorg/camunda/bpm/dmn/camunda-engine-feel-apiorg/camunda/bpm/dmn/camunda-engine-feel-juelorg/camunda/commons/camunda-commons-loggingorg/camunda/commons/camunda-commons-typed-valuesorg/camunda/commons/camunda-commons-utils
2. Update Optional ASEE Flow Modules
In addition to the core modules, there may be optional artifacts in$APP_SERVER_HOME/modules/ for LDAP integration, ASEE Flow Connect, ASEE Flow Spin, and Groovy scripting.
If you use any of these extensions, the following update steps apply:
LDAP Integration
Replace the following module from the folder$APP_SERVER_HOME/modules/ with its new version from the folder $APP_SERVER_DISTRIBUTION/modules/, if present:
org/camunda/bpm/identity/camunda-identity-ldap
ASEE Flow Connect
Replace the following modules from the folder$APP_SERVER_HOME/modules/ with their new versions from the folder $APP_SERVER_DISTRIBUTION/modules/, if present:
org/camunda/connect/camunda-connect-coreorg/camunda/connect/camunda-connect-httporg/camunda/connect/camunda-connect-soap-httporg/camunda/bpm/camunda-engine-plugin-connect
ASEE Flow Spin
Replace the following modules from the folder$APP_SERVER_HOME/modules/ with their new versions from the folder $APP_SERVER_DISTRIBUTION/modules/, if present:
org/camunda/spin/camunda-spin-coreorg/camunda/spin/camunda-spin-dataformat-json-jacksonorg/camunda/spin/camunda-spin-dataformat-xml-domorg/camunda/bpm/camunda-engine-plugin-spin
com/fasterxml/jackson/core/jackson-annotationscom/fasterxml/jackson/core/jackson-corecom/fasterxml/jackson/core/jackson-databind
Stick to older Jackson versionStarting from v. 7.9, ASEE Flow is delivered with Spin 1.5.1 version, which in its turn relies on Jackson of v. 2.9.5 (compared to v.2.6.3 used before).In case you need to stick to older Jackson version (2.6.3):
- do not replace Jackson modules listed above.
- Fix the Jackson version in module
org/camunda/spin/camunda-spin-dataformat-json-jackson/main/module.xmlto be 2.6.3.
Groovy Scripting
Replace the following module from the folder$APP_SERVER_HOME/modules/ with its new version from the folder $APP_SERVER_DISTRIBUTION/modules/ if present:
org/codehaus/groovy/groovy-all
3. Update ASEE Flow Web Applications
Choose the right REST API Artifact
From now on there exist separate REST API artifacts (Web Application Archives) for Wildfly as well as JBoss AS 7. Therefore the artifact with the right classifier needs to be chosen:- Wildfly requires the classifier: wildfly
- JBoss AS 7 requires the classifier: jbossas7
- on downloading the REST API from our Artifact Repository
- on using the REST API dependency within your custom
pom.xml
Update REST API
The following steps are required to update the ASEE Flow REST API on a JBoss/Wildfly instance:- Undeploy an existing web application with a name like
camunda-engine-rest - Download the REST API web application archive from our Artifact Repository. Alternatively, switch to the private repository for
the enterprise version (credentials from license required). Choose the correct version named
$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-$CLASSIFIER.war. - Deploy the web application archive to your JBoss/Wildfly instance.
Update Cockpit, Tasklist, and Admin
The following steps are required to update the ASEE Flow web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance:- Undeploy an existing web application with a name like
camunda-webapp - Download the ASEE Flow web application archive from our Artifact Repository.
Alternatively, switch to the private repository for the enterprise version (credentials from license required).
Choose the correct version named
$PLATFORM_VERSION/camunda-webapp-jboss.war. - Deploy the web application archive to your JBoss/Wildfly instance.