Package org.jbpm.persistence.jta
-
Class Summary Class Description ContainerManagedTransactionDisposeCommand Dispose command that is dedicated to be used in container managed environments instead of default way of disposing ksession
ksession.dispose()
.ContainerManagedTransactionManager Dedicated implementation ofTransactionManager
that should be used when: jBPM engine is embedded in Container Managed Transaction (CMT) environment like EJB container container that does not allow accessing UserTransaction (when running in CMT mode) - e.g.