This example demonstrates how to deploy an EJB process application.
- Build it with Maven.
- Deploy it to a
camunda-bpm-platform
distro of your own choice that supports Java EE 6 to 8 EJBs (e.g. WildFly 26 and below, install as described here). - Wait a minute.
- Watch out for this console log:
This is a @Stateless Ejb component invoked from a BPMN 2.0 process.
If you would like to deploy this on a Jakarta EE 9+ server like WildFly 31 and beyond, have a look at the Jakarta EJB example.