Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 44659 invoked from network); 26 Jun 2007 00:52:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 00:52:49 -0000 Received: (qmail 74844 invoked by uid 500); 26 Jun 2007 00:52:50 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 74803 invoked by uid 500); 26 Jun 2007 00:52:50 -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 74783 invoked by uid 99); 26 Jun 2007 00:52:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 17:52:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 17:52:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DE69F714159 for ; Mon, 25 Jun 2007 17:52:25 -0700 (PDT) Message-ID: <26357651.1182819145891.JavaMail.jira@brutus> Date: Mon, 25 Jun 2007 17:52:25 -0700 (PDT) From: "Donald Woods (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-3259) Unuseful exception stack trace in TransactionImpl.java In-Reply-To: <18702477.1182772165880.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-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods reassigned GERONIMO-3259: -------------------------------------- Assignee: Donald Woods > Unuseful exception stack trace in TransactionImpl.java > ------------------------------------------------------ > > Key: GERONIMO-3259 > URL: https://issues.apache.org/jira/browse/GERONIMO-3259 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: transaction manager > Affects Versions: 2.0-M7 > Reporter: YunFeng Ma > Assignee: Donald Woods > Attachments: GERONIMO-3259.patch > > > When ActiveMQ client accesses an MDB in geronimo, everything works fine except the following exception trace: > java.lang.IllegalStateException: Cannot log transactions unles XAResources are n > amed! org.apache.activemq.ra.LocalAndXATransaction@3cbc3cbc > at org.apache.geronimo.transaction.manager.TransactionImpl$TransactionBr > anch.getResourceName(TransactionImpl.java:711) > at org.apache.geronimo.transaction.log.HOWLLog.prepare(HOWLLog.java:254) > at org.apache.geronimo.transaction.log.HOWLLog$$FastClassByCGLIB$$7315be > 2e.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethod > Invoker.java:38) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio > n.java:127) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance. > java:828) > at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:5 > 7) > at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperat > ionInvoker.java:35) > at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(Pro > xyMethodInterceptor.java:96) > at org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$cb5e751f.p > repare() > at org.apache.geronimo.transaction.manager.TransactionImpl.internalPrepa > re(TransactionImpl.java:443) > at org.apache.geronimo.transaction.manager.TransactionImpl.commit(Transa > ctionImpl.java:315) > at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit > (TransactionManagerImpl.java:264) > at org.apache.openejb.core.transaction.TransactionPolicy.commitTransacti > on(TransactionPolicy.java:139) > at org.apache.openejb.core.transaction.TxRequired.afterInvoke(TxRequired > .java:75) > at org.apache.openejb.core.mdb.MdbContainer.afterDelivery(MdbContainer.j > ava:375) > at org.apache.openejb.core.mdb.EndpointHandler.afterDelivery(EndpointHan > dler.java:274) > at org.apache.openejb.core.mdb.EndpointHandler.invoke(EndpointHandler.ja > va:164) > at $Proxy35.afterDelivery(Unknown Source) > at org.apache.activemq.ra.MessageEndpointProxy$MessageEndpointAlive.afte > rDelivery(MessageEndpointProxy.java:126) > at org.apache.activemq.ra.MessageEndpointProxy.afterDelivery(MessageEndp > ointProxy.java:65) > at org.apache.activemq.ra.ServerSessionImpl.afterDelivery(ServerSessionI > mpl.java:216) > at org.apache.activemq.ActiveMQSession.run(ActiveMQSession.java:751) > at org.apache.activemq.ra.ServerSessionImpl.run(ServerSessionImpl.java:1 > 65) > at org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.ja > va:290) > at org.apache.geronimo.connector.work.pool.NamedRunnable.run(NamedRunnab > le.java:32) > at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:201) > at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(Th > readPool.java:331) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec > utor.java:665) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor > .java:690) > at java.lang.Thread.run(Thread.java:803) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.