I created an ESB/jBPM integration project where BPMProcessor is used on the ESB side to start the jBPM process. Initially, I was using a jms-provider on the ESB side, but had to change to the jms-jca-provider to support transactions. Using JMS-JCA with BPMProcessor on SOA 5, I get the following Exception:
org.jbpm.JbpmException: cannot mark externally managed transaction for rollback
at org.jbpm.persistence.db.DbPersistenceService.endTransaction(DbPersistenceService.java:129)
There’s a Jira ticket (SOA-1881) related to this issue that has been resolved for SOA 4.3 CP04. Can anyone tell me when this issue will be fixed for SOA 5?
Thanks,
Jennifer