Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-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 24B4E18802 for ; Wed, 29 Jul 2015 18:49:12 +0000 (UTC) Received: (qmail 59683 invoked by uid 500); 29 Jul 2015 18:49:05 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 59618 invoked by uid 500); 29 Jul 2015 18:49:05 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 59329 invoked by uid 99); 29 Jul 2015 18:49:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2015 18:49:05 +0000 Date: Wed, 29 Jul 2015 18:49:05 +0000 (UTC) From: "Christian Schneider (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FELIX-4976) Coordinations are always ORPHANED if they only are on the thread stack 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/FELIX-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14646599#comment-14646599 ] Christian Schneider commented on FELIX-4976: -------------------------------------------- Tested my fix with Aries transaction and Aries jpa. All tests now work without the workaround. > Coordinations are always ORPHANED if they only are on the thread stack > ---------------------------------------------------------------------- > > Key: FELIX-4976 > URL: https://issues.apache.org/jira/browse/FELIX-4976 > Project: Felix > Issue Type: Bug > Components: Coordinator Service > Affects Versions: coordinator-1.0.0 > Reporter: Christian Schneider > Priority: Critical > Fix For: coordinator-1.0.2 > > > The calls below should work but failed as the coordination is regarded as ORPHANED. > coordinator.begin("test", 0); > System.gc(); > coordinator.pop().end(); > I can try to provide a fix if you want. -- This message was sent by Atlassian JIRA (v6.3.4#6332)