Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 52161 invoked from network); 23 Mar 2010 20:16:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Mar 2010 20:16:11 -0000 Received: (qmail 96815 invoked by uid 500); 23 Mar 2010 20:16:11 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 96766 invoked by uid 500); 23 Mar 2010 20:16:11 -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 96643 invoked by uid 99); 23 Mar 2010 20:16:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Mar 2010 20:16:11 +0000 X-ASF-Spam-Status: No, hits=-1111.0 required=10.0 tests=ALL_TRUSTED,AWL 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; Tue, 23 Mar 2010 20:16:10 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6FD71234C4BA for ; Tue, 23 Mar 2010 20:15:50 +0000 (UTC) Message-ID: <666741472.21881269375350457.JavaMail.jira@brutus.apache.org> Date: Tue, 23 Mar 2010 20:15:50 +0000 (UTC) From: "Edan idzerda (JIRA)" To: dev@activemq.apache.org Subject: [jira] Issue Comment Edited: (AMQ-2656) ActiveMQInitialConnectionFactory cannot return an XAConnectionFactory In-Reply-To: <522213134.17161268942026364.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58402#action_58402 ] Edan idzerda edited comment on AMQ-2656 at 3/23/10 8:15 PM: ------------------------------------------------------------ Why didn't you mention that in the first place!?!?! Oh... Because you did... DOH! Ok, that is working fine for both my Java client test and our webMethods environment, even as far as verifying a transaction can be rolled back. I still think XAConnectionFactory should be available without additional configuration, for instance, just yesterday I had to remind a coworker to copy the properties configuration after setting up a new system :) But this is working and I don't want to be too pushy with my first reported issue :) Thanks a lot for the help. was (Author: edan): Why did you mention that in the first place!?!?! Oh... Because you did... DOH! Ok, that is working fine for both my Java client test and our webMethods environment, even as far as verifying a transaction can be rolled back. I still think XAConnectionFactory should be available without additional configuration, for instance, just yesterday I had to remind a coworker to copy the properties configuration after setting up a new system :) But this is working and I don't want to be too pushy with my first reported issue :) Thanks a lot for the help. > ActiveMQInitialConnectionFactory cannot return an XAConnectionFactory > --------------------------------------------------------------------- > > Key: AMQ-2656 > URL: https://issues.apache.org/activemq/browse/AMQ-2656 > Project: ActiveMQ > Issue Type: Bug > Components: JMS client > Affects Versions: 5.3.0 > Reporter: Edan idzerda > Assignee: Gary Tully > Fix For: 5.4.0 > > Attachments: ActiveMQInitialContextFactory.java, ActiveMQInitialContextFactory.java > > > ActiveMQInitialContextFactory cannot resolve the name "XAConnectionFactory" a la: > INFO: JNDI API lookup failed: javax.naming.NameNotFoundException: XAConnectionFactory > This prevents using the builtin JNDI service in an XA transaction context. I've created a simple patch to workaround this and discussed it on the mailing list: http://old.nabble.com/ActiveMQ%27s-JNDI-does-not-resolve-XAConnectionFactory-td27936255.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.