Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 499 Bytes

File metadata and controls

14 lines (11 loc) · 499 Bytes

EJB Process Application Example

This example demonstrates how to deploy an EJB process application.

How to use it

  1. Checkout the project with Git;
  2. Import the project into your IDE;
  3. Build it with Maven;
  4. Deploy it to a camunda-bpm-platform distro of your own choice, that supports EJBs (Wildfly);
  5. Wait a minute;
  6. Check the console if you can find: "This is a @Stateless Ejb component invoked from a BPMN 2.0 process".