From dev-return-7676-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Fri Jul 27 21:05:11 2007 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 37721 invoked from network); 27 Jul 2007 21:05:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jul 2007 21:05:10 -0000 Received: (qmail 56267 invoked by uid 500); 27 Jul 2007 21:05:11 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 56134 invoked by uid 500); 27 Jul 2007 21:05:10 -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 56124 invoked by uid 99); 27 Jul 2007 21:05:10 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 14:05:10 -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; Fri, 27 Jul 2007 21:05:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1B5BF7141F8 for ; Fri, 27 Jul 2007 14:04:49 -0700 (PDT) Message-ID: <32969686.1185570289108.JavaMail.jira@brutus> Date: Fri, 27 Jul 2007 14:04:49 -0700 (PDT) From: "Hiram Chirino (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1349) ReliableReconnectTest is failing due to a NullPointerException In-Reply-To: <25585182.1185570169398.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39778 ] Hiram Chirino commented on AMQ-1349: ------------------------------------ I tracked this down due to the VMTransport sending messages to the transport listener before start() gets called on the transport. I think this started happening due to the async sending that the vm transport is now doing by default. > ReliableReconnectTest is failing due to a NullPointerException > -------------------------------------------------------------- > > Key: AMQ-1349 > URL: https://issues.apache.org/activemq/browse/AMQ-1349 > Project: ActiveMQ > Issue Type: Test > Components: Transport > Affects Versions: 5.0.0 > Reporter: Hiram Chirino > Assignee: Hiram Chirino > Fix For: 5.0.0 > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.