Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 38748 invoked from network); 19 Mar 2008 00:16:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2008 00:16:13 -0000 Received: (qmail 94828 invoked by uid 500); 19 Mar 2008 00:16:10 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 94772 invoked by uid 500); 19 Mar 2008 00:16:10 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 94754 invoked by uid 99); 19 Mar 2008 00:16:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 17:16:10 -0700 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; Wed, 19 Mar 2008 00:15:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B5DC234C0A6 for ; Tue, 18 Mar 2008 17:14:24 -0700 (PDT) Message-ID: <138001727.1205885664235.JavaMail.jira@brutus> Date: Tue, 18 Mar 2008 17:14:24 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-3354) Exception thrown by MDB involved in XA transaction In-Reply-To: <9215933.1185469563773.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580185#action_12580185 ] David Jencks commented on GERONIMO-3354: ---------------------------------------- We need to turn on the openejb NamedXAResource wrapping. in trunk I try to do this in rev 638653. Need testing.... maybe the app from GERONIMO-3783 will work. Not applied to branches/2.1 yet. Donald -re AMQ 1438, I need to understand this patch better before applying it. > Exception thrown by MDB involved in XA transaction > -------------------------------------------------- > > Key: GERONIMO-3354 > URL: https://issues.apache.org/jira/browse/GERONIMO-3354 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: ActiveMQ, OpenEJB, transaction manager > Affects Versions: 2.0, 2.0.x, 2.1 > Environment: Geronimo 2.0 (tomcat) build from 07/24 (http://people.apache.org/~prasad/binaries/20070724/) > DayTrader 1.2 or 2.0 (any runtime mode) with asyn order processing enabled > Reporter: Christopher James Blythe > Assignee: David Jencks > Priority: Critical > Fix For: 2.0.x, 2.1.1 > > > The async order processing in DayTrader uses the TradeBrokerMDB to handle complete order operations whenever a buy or sell is performed. When these transactions are executed, the transaction appears to complete; however, the following exception is written to the console and log file. > According to Jencks, this seems to indicate that the tx info is not being written to the transaction log. > 22:59:18,421 ERROR [Transaction] Please correct the integration and supply a NamedXAResource > java.lang.IllegalStateException : Cannot log transactions as org.apache.activemq.ra.LocalAndXATransaction@1de21de2 is not a NamedXAResource. > at org.apache.geronimo.transaction.manager.TransactionImpl$TransactionBranch.getResourceName(TransactionImpl.java :697) > at org.apache.geronimo.transaction.log.HOWLLog.prepare(HOWLLog.java:254) > at org.apache.geronimo.transaction.log.HOWLLog$$FastClassByCGLIB$$7315be2e.invoke() > at net.sf.cglib.reflect.FastMethod.invoke (FastMethod.java:53) > at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke (GBeanInstance.java:830) > at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) > at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35) > at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept (ProxyMethodInterceptor.java:96) > at org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$ba0af455.prepare() > at org.apache.geronimo.transaction.manager.TransactionImpl.internalPrepare(TransactionImpl.java :444) > at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:316) > at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:238) > at org.apache.openejb.core.transaction.TransactionPolicy.commitTransaction(TransactionPolicy.java:139) > at org.apache.openejb.core.transaction.TxRequired.afterInvoke(TxRequired.java:75) > at org.apache.openejb.core.mdb.MdbContainer.afterDelivery (MdbContainer.java:375) > at org.apache.openejb.core.mdb.EndpointHandler.afterDelivery(EndpointHandler.java:274) > at org.apache.openejb.core.mdb.EndpointHandler.invoke(EndpointHandler.java:164) > at $Proxy36.afterDelivery(Unknown Source) > at org.apache.activemq.ra.MessageEndpointProxy$MessageEndpointAlive.afterDelivery(MessageEndpointProxy.java:126) > at org.apache.activemq.ra.MessageEndpointProxy.afterDelivery(MessageEndpointProxy.java:65) > at org.apache.activemq.ra.ServerSessionImpl.afterDelivery(ServerSessionImpl.java:216) > at org.apache.activemq.ActiveMQSession.run(ActiveMQSession.java:751) > at org.apache.activemq.ra.ServerSessionImpl.run( ServerSessionImpl.java:165) > at org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:290) > at org.apache.geronimo.connector.work.pool.NamedRunnable.run(NamedRunnable.java:32) > at org.apache.geronimo.pool.ThreadPool$1.run (ThreadPool.java:201) > at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:331) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) > at java.lang.Thread.run(Thread.java:801) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.