Given
a WildFly/JBoss server with no process-engines defined in the standalone.xml
When
I deploy a process application that defines a process-engine and process-archive that includes all process definitions and references the defined process engine in the processes.xml of the application
Then
The application
- is independent from the default engine
- is nonetheless not deployed and I can see an error in the server log like:
ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "org.camunda.bpm.example-1.0.0.war")]) - failure description: { "WFLYCTL0412: Required services that are not installed:" => ["org.camunda.bpm.platform.process-engine.default"], "WFLYCTL0180: Services with missing/unavailable dependencies" => ["org.camunda.bpm.platform.process-application-module.\"deployment.org.camunda.bpm.example-1.0.0.war:main\".START is missing [org.camunda.bpm.platform.process-engine.default]"] }