Return-Path: X-Original-To: apmail-aries-dev-archive@www.apache.org Delivered-To: apmail-aries-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FC2E1842B for ; Fri, 7 Aug 2015 16:58:52 +0000 (UTC) Received: (qmail 35916 invoked by uid 500); 7 Aug 2015 16:58:45 -0000 Delivered-To: apmail-aries-dev-archive@aries.apache.org Received: (qmail 35875 invoked by uid 500); 7 Aug 2015 16:58:45 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 35858 invoked by uid 99); 7 Aug 2015 16:58:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2015 16:58:45 +0000 Date: Fri, 7 Aug 2015 16:58:45 +0000 (UTC) From: "Christian Schneider (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ARIES-1369) Transaction is not rolled back if coordination has failed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ARIES-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider resolved ARIES-1369. ---------------------------------------- Resolution: Fixed > Transaction is not rolled back if coordination has failed > --------------------------------------------------------- > > Key: ARIES-1369 > URL: https://issues.apache.org/jira/browse/ARIES-1369 > Project: Aries > Issue Type: Bug > Components: Transaction > Affects Versions: transaction-blueprint-1.1.0 > Reporter: Christian Schneider > Assignee: Christian Schneider > Priority: Critical > Fix For: transaction-blueprint-1.1.1 > > > If an exception happens in the user code during the transaction then it is possible that this causes the coordination associated to the transaction to fail. > In TxInterceptorImpl.postCallWithException we end the coordination before rolling back the transaction. Unfortunately the end method will throw a CoordinationException if the coordination failed. So we exit the interceptor code and never roll back. -- This message was sent by Atlassian JIRA (v6.3.4#6332)