-
Bug
-
Resolution: Done
-
Major
-
jBPM 3.2.2
-
None
My configuration of the persistence service is this :
<service name="persistence">
<factory>
<bean class="org.jbpm.persistence.db.DbPersistenceServiceFactory">
<field name="isCurrentSessionEnabled"><false /></field>
<field name="isTransactionEnabled"><false /></field>
</bean>
</factory>
</service>
When I call JobSession.deleteJobsForProcessInstance, the method beforeCompletion() in DeleteJobsSynchronization is never call in the commit, probably because jbpm isn't the transaction manager.
- duplicates
-
JBPM-575 delete Timer fails in Scheduler
- Resolved
- is related to
-
JBPM-1289 'session is closed' error, when letting jbpm create an hibernate session in a transactional environment
- Resolved
-
JBPM-1130 complete Task fails with in transaction with Session closed Error.
- Closed
- relates to
-
JBPM-1307 jBPM tries to use Hibernate transaction even if configured with isTransactionEnabled = false
- Resolved