Hide Forgot
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000003hTEv&sfdc.override=1 project_key: SOA Platform JIRA for [JBPM-2964] Throw the exception on commit when both commit and rollback fail
Link: Added: This issue incorporates JBPM-2964
Project issue JBPM-2964 resolved.
Verified in the ER9 source.
Temporarily reopening to update release note info.
Release Notes Docs Status: Added: Documented as Resolved Issue Writer: Added: dlesage Release Notes Text: Added: https://issues.jboss.org/browse/JBPM-2964 Exception handling has been improved. The rollback() method now catches and returns any exception thrown while rolling back the transaction and logs it. Previously, if the commit() method threw an exception in DbPersistenceService.endTransaction(), rollback() was called and then, if rollback() also threw an exception, a client application would receive it, which was not optimal behaviour.
JBPM-2964 doesn't resolve the original problem. Re-opened.
Re-close as this is a released issue.