Skip to content

Files

Latest commit

3499de7 · Sep 30, 2024

History

History

ejb-pa

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 21, 2023
Apr 4, 2024
Sep 30, 2024

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.