Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 66187 invoked from network); 20 Aug 2008 11:05:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Aug 2008 11:05:38 -0000 Received: (qmail 74075 invoked by uid 500); 20 Aug 2008 11:05:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 74017 invoked by uid 500); 20 Aug 2008 11:05:36 -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 74006 invoked by uid 99); 20 Aug 2008 11:05:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2008 04:05:36 -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, 20 Aug 2008 11:04:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2379B234C1B6 for ; Wed, 20 Aug 2008 04:04:47 -0700 (PDT) Message-ID: <934242111.1219230287130.JavaMail.jira@brutus> Date: Wed, 20 Aug 2008 04:04:47 -0700 (PDT) From: "Tomasz Mazan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4257) Problem with processing and delivery jms messages In-Reply-To: <187177935.1219229927138.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-4257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomasz Mazan updated GERONIMO-4257: ----------------------------------- Priority: Critical (was: Major) > Problem with processing and delivery jms messages > ------------------------------------------------- > > Key: GERONIMO-4257 > URL: https://issues.apache.org/jira/browse/GERONIMO-4257 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: ActiveMQ, OpenEJB, transaction manager > Affects Versions: 2.1.1, 2.1.2 > Environment: Windows XPPro SP2, JDK 6 > Reporter: Tomasz Mazan > Priority: Critical > > I've found strange Geronimo 2.1.2 behaviour with using JMS. > 1) When message is waiting for delivery to MDB i cannot undeploy module with this MDB from command line. I have to stop module via G-console and then undeploy > 2) If messages are waiting for delivery and I shutdown server (geronimo stop) and the run it again none of messages are delivered to listener > 3) When MDB onMessage method throws i.e. NullPointerException, the transaction is rolledback but a) message is not being redelivered anymore, b) module couldn't be restarted == application stops working > :( > Geronimo 2.1 hadn't these "features". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.