2 Replies Latest reply on Mar 31, 2014 3:17 PM by jorgemoralespou_2

    What are the requirements for BPM component when setting persistence=true

    jorgemoralespou_2

      Hi,

      We have done some projects with BPM components in them, and looking at the quickstarts it seems that whenever we need persistence, we need to deploy the persistence unit within the composite jar application. If we remove the persistence.xml the process complains that can not find the required persistence unit.

      Looking at the configuration created with the installer, it seems that for BPEL, it set persistence configuration in the switchyard subsystem, but for jbpm it doesn't .

      Shouldn't persistence definition be configured with the subsystem and dependent modules, and not require to deploy the persitence.xml along with the composite application?