1 Reply Latest reply on Jul 20, 2009 5:15 PM by shekharv

    Adding persistance objects to jbpm4 database

    armita

      In earlier versions, it was possible to add an application level entity class to the hibernate config, and persist it through the same transaction as jbpm by getting the transaction from ExecutionContext.
      I couldn't find a way to do so in jbpm4. The documentation has a reference to "Environment", but I couldn't figure out how to use it. Not to mention that the PvmEnvironmentFactory is not in API package and gives me a hint not to use it.

      Any thoughts?