Camunda 7.6 on JBoss EAP 7.1

Hello everyone,

Currently, I have my application running with CAM 7.6 and JBoss EAP 6.4. However, the AS must be upgraded to JBoss EAP 7.1 without upgrading the Camunda version but I got the following error after adding the modules from

https://camunda.org/release/camunda-bpm/wildfly10/7.6/

and after adjusting the configuration to my standalone-full.xml

<extension module="org.camunda.bpm.wildfly.camunda-wildfly-subsystem"/>

Caused by: java.lang.RuntimeException: WFLYCTL0435: Attribute thread-pool-name of resource [
** (“subsystem” => “camunda-bpm-platform”),**
** (“job-executor” => “*”)**
] was not marked as reload required, either set the RESTART_ALL_SERVICES flag, or register a custom write handler.

There’s a similar issue under this Jira issue

https://app.camunda.com/jira/browse/CAM-7779

Upgrading JBoss EAP without updating Camunda will not work.
API’s used by Camunda 7.6 are no longer available within the new JBoss EAP / Wildfly versions.

You have to go to Camunda 7.10 which will be released this week or you build your own custom version of Camunda 7.6. updating the API’s used to make it compatible with JBoss EAP 7.1.

1 Like