Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 94151 invoked from network); 11 Feb 2010 10:16:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2010 10:16:36 -0000 Received: (qmail 72607 invoked by uid 500); 11 Feb 2010 10:16:36 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 72536 invoked by uid 500); 11 Feb 2010 10:16:36 -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 72526 invoked by uid 99); 11 Feb 2010 10:16:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 10:16:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 10:16:26 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NfW5e-0003bl-90 for dev@activemq.apache.org; Thu, 11 Feb 2010 02:16:06 -0800 Message-ID: <27544304.post@talk.nabble.com> Date: Thu, 11 Feb 2010 02:16:06 -0800 (PST) From: Eyalb To: dev@activemq.apache.org Subject: is this a bug ? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: eyalb1@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, class VMTransportFactory on method doCompositeConnect line 70 if (brokerData.getPath() != null) { host = data.getPath(); } shouldn't it be if (brokerData.getPath() != null) { host = brokerData.getPath(); } -- View this message in context: http://old.nabble.com/is-this-a-bug---tp27544304p27544304.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.