Hi,
I have got a real weird problem. My process was working without problems. ((Camunda 7.10, Wildfly 16))After deleting some unused classes I ran now into the following problem:
09:59:36,056 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "ofv2.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ofv2.war\".POST_MODULE" => "WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"ofv2.war\"
Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective information for class de.thm.mnd.ofv.businesslogic.thesiswkhtml.ThesisWKHtmlBusinessLogic with ClassLoader ModuleClassLoader for Module \"deployment.ofv2.war\" from Service Module Loader
Caused by: java.lang.NoClassDefFoundError: org/camunda/bpm/engine/delegate/DelegateExecution
Caused by: java.lang.ClassNotFoundException: org.camunda.bpm.engine.delegate.DelegateExecution from [Module \"deployment.ofv2.war\" from Service Module Loader]"}}
I can´t really understand it because I changed nothing at my configuration.
The class ThesisWKBusinessLogic.java is here:
Any ideas?
Thanks a lot,
Nicole