Hide Forgot
project_key: SOA Project issue logged in JBPM-1072 Attached is a simple test case that 1) Deploys process definition with two nodes 2) Starts 20 executor threads 2) Starts the process instance that will asynchronously execute action on the second node 4) The second node writes a record to the database The test case needs to be executed multiple times to see the incorrect behaviour. This is an example of run output Isol 8 Action 1 Success 0 Failure 0 Action 2 Action 2 1 Action 2 Action 2 1 Action 2 Action 2 1 Action 2 Action 2 1 Action 2 Action 2 1 Action 2 Action 2 1 Action 2 Action 2 Action 2 1 Action 2 1 Action 2 Action 2 1 Explanation of the outcome 9 job executors successfully executed the node action (same job) including database operation. All database operations were comitted (9 new records were created) Test case is TestMultiJobExecutor
Link: Added: This issue depends JBPM-1072
Attachment: Added: expl.tar.gz
Current disposition for this JIRA: * SOA-54 and SOA-55 and SOA-56- Mark these as 'resolved', reopen if made necessary - unlikely - by jBPM rework * JBPM-1071, JBPM-1072 - leave these open as they are jBPM issues * SOA-195 - New JIRA to require SOA-P to document in Release Notes that when jBPM is used then it is not safe to use MySQL on Linux * SOA-196 - The jBPM does not work with MySQL/Linux combo - mark as fix in 4.3 * JBPM-1095- Project bug for SOA-196
See resolution in SOA-54 and 55.