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