[
http://jira.jboss.com/jira/browse/JBPM-1135?page=comments#action_12419791 ]
Peter Brewer commented on JBPM-1135:
------------------------------------
I reported JBSEAM-2575, so I was very pleased to see this issue resolved - thank you :-)
Just to let you know the steps I took to test this issue: I built from source using maven
that generated the following failure report:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] JBoss jBPM ............................................ SUCCESS [1:50.975s]
[INFO] JBoss jBPM - jPDL ..................................... SUCCESS [0.091s]
[INFO] JBoss jBPM - jPDL Core ................................ SUCCESS [8:07.178s]
[INFO] JBoss jBPM - jPDL Database ............................ SUCCESS [26.827s]
[INFO] JBoss jBPM - jPDL Identity ............................ SUCCESS [16.620s]
[INFO] JBoss jBPM - jPDL Examples ............................ SUCCESS [22.943s]
[INFO] JBoss jBPM - jPDL Integration ......................... FAILED [3:09.130s]
[INFO] JBoss jBPM - jPDL Simulation .......................... NOT BUILT
[INFO] JBoss jBPM - jPDL Userguide ........................... NOT BUILT
[INFO] JBoss jBPM - jPDL Webservice .......................... NOT BUILT
[INFO] JBoss jBPM - 4JSF ..................................... NOT BUILT
[INFO] JBoss jBPM - Console .................................. NOT BUILT
[INFO] JBoss jBPM - Enterprise ............................... NOT BUILT
[INFO] JBoss jBPM - BAM Console .............................. NOT BUILT
[INFO] JBoss jBPM - BAM Console Ejb .......................... NOT BUILT
[INFO] JBoss jBPM - BAM Console War .......................... NOT BUILT
[INFO] JBoss jBPM - BAM Console Ear .......................... NOT BUILT
[INFO] ------------------------------------------------------------------------
However, the jpdl core module seemed to build ok as there was a library created at
jbpm3/modules/jpdl/core/target/jbpm-jpdl-core-3.2.4-SNAPSHOT.jar
Having used jpdl 3.2.2 with a process that failed I literally replaced the old jar with
the newly built jar - retesting demonstrated the same process succeeded!
Any idea when this will get to a GA version?
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