Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-5496

Change default persistence service configuration for jBPM

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • EAP_EWP 5.1.1
    • EAP_EWP 5.1.0
    • Seam2
    • None
    • Release Notes
    • Hide
      The configuration for persistence service in <filename>jbpm.cfg.xml</filename> has been updated in the Todo and DvdStore examples, to use the following value: <service name="persistence" factory="org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory" />
      Show
      The configuration for persistence service in <filename>jbpm.cfg.xml</filename> has been updated in the Todo and DvdStore examples, to use the following value: <service name="persistence" factory="org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory" />
    • Documented as Resolved Issue

    Description

      With the newer jBPM jars, it is recommended to use the following configuration for the persistence service:

      <service name="persistence" factory="org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory" />

      With JtaDbPersistenceService, transactions are disabled by default, the "current" Hibernate session is enabled, the JTA transaction status is queried directly, and reported correctly to jBPM components such as GraphElement.isAbleToHandleExceptions.

      Attachments

        Activity

          People

            mnovotny@redhat.com Marek Novotny
            rhn-support-mputz Martin Weiler (Inactive)
            Misty Stanley-Jones Misty Stanley-Jones (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: