Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 30236 invoked from network); 31 Aug 2009 10:54:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Aug 2009 10:54:06 -0000 Received: (qmail 34052 invoked by uid 500); 31 Aug 2009 10:54:05 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 33980 invoked by uid 500); 31 Aug 2009 10:54:05 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 33967 invoked by uid 99); 31 Aug 2009 10:54:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2009 10:54:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2009 10:54:02 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9258E234C046 for ; Mon, 31 Aug 2009 03:53:41 -0700 (PDT) Message-ID: <904797166.1251716021590.JavaMail.jira@brutus> Date: Mon, 31 Aug 2009 03:53:41 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQ-2346) in managed environment, 2 connections/session, UserTransaction, transaction management gets confused In-Reply-To: <1632945331.1249488875702.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully reassigned AMQ-2346: ------------------------------- Assignee: Gary Tully > in managed environment, 2 connections/session, UserTransaction, transaction management gets confused > ---------------------------------------------------------------------------------------------------- > > Key: AMQ-2346 > URL: https://issues.apache.org/activemq/browse/AMQ-2346 > Project: ActiveMQ > Issue Type: Bug > Components: JCA Container > Affects Versions: 5.3.0 > Reporter: David Jencks > Assignee: Gary Tully > Fix For: 5.3.0 > > > In geronimo we're seeing an intermittent tck problem that seems to relate to a situation where there are: > -- a BMT stateless session ejb > -- two connections (I think these get shared to the same ManagedConnection) > -- two sessions > -- tx control through UT > -- send a message in one tx > -- receive message in a tx that is rolled back > -- receive message in a tx that is committed > In a public test case I'm seeing that the session proxies get confused about whether there is an active transaction. This doesn't happen all the time but with a few repititions it happens consistently. > See GERONIMO-4784 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.