[
http://jira.jboss.com/jira/browse/JBPM-1135?page=all ]
Alejandro Guizar resolved JBPM-1135.
------------------------------------
Resolution: Done
Request for reporters and watchers of this issue: because of the variety of scenarios
(e.g. Seam, Spring, Portal) where this issue has been detected, I am unable to determine
whether the solution described in JBPM-1130 actually applies to all environments. Please
build the product from source and let me know if this solution works and performs well in
your environment. See
http://jbpm.dyndns.org/jbpmwiki/index.php?title=JBPM3BuildingFromSource for instructions
on building from source.
JobSession.deleteJobsForProcessInstance doesn't work if jbpm
isn't the transaction manager
------------------------------------------------------------------------------------------
Key: JBPM-1135
URL:
http://jira.jboss.com/jira/browse/JBPM-1135
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jPDL 3.2.2
Reporter: Jérôme Tellier
Assigned To: Alejandro Guizar
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira