Skip to content

Latest commit

 

History

History

ejb-pa

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

EJB Process Application Example

This example demonstrates how to deploy an EJB process application.

How to use it

  1. Build it with Maven.
  2. 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).
  3. Wait a minute.
  4. Watch out for this console log:
This is a @Stateless Ejb component invoked from a BPMN 2.0 process.

Moving to Jakarta API

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.