Chapter 4. Deployment

Table of Contents

jBPM libraries
Java runtime environment
Third party libraries
Deployment in JBoss
The jbpm directory
The enterprise bundle
Configuring the logs in the suite server
Debugging a process in the suite

jPDL is an embeddable BPM engine, which means that you can take the jPDL libraries and embed it into your own Java project, rather then installing a separate product and integrate with it. One of the key aspects that make this possible is minimizing the dependencies. This chapter discusses the jbpm libraries and their dependencies.

jBPM libraries

lib/jbpm-jpdl.jar is the library with the core jpdl functionality.

lib/jbpm-identity.jar is the (optional) library containing an identity component as described in the section called “The identity component”.