From dev-return-7919-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Wed Aug 22 11:47:45 2007 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 47669 invoked from network); 22 Aug 2007 11:47:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Aug 2007 11:47:44 -0000 Received: (qmail 62332 invoked by uid 500); 22 Aug 2007 11:47:41 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 62176 invoked by uid 500); 22 Aug 2007 11:47:40 -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 62167 invoked by uid 99); 22 Aug 2007 11:47:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2007 04:47:40 -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; Wed, 22 Aug 2007 11:47:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 12923714191 for ; Wed, 22 Aug 2007 04:47:23 -0700 (PDT) Message-ID: <3798663.1187783242957.JavaMail.jira@brutus> Date: Wed, 22 Aug 2007 04:47:22 -0700 (PDT) From: "Dmitry Tsigelnik (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1369) discovery transport set wrong URI to DiscoveryAgentFactory 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 discovery transport set wrong URI to DiscoveryAgentFactory ---------------------------------------------------------- Key: AMQ-1369 URL: https://issues.apache.org/activemq/browse/AMQ-1369 Project: ActiveMQ Issue Type: Bug Components: Connector, Transport Affects Versions: 4.1.1 Reporter: Dmitry Tsigelnik I developed another discovery agent and received Exception that cannot find aget "discovery". Threre is wrong URI set to DiscoveryAgentFactory. My configurartion Right URI is dns://mq1:61616, but it set full URI whith "discovery" prefix Workaround is add file "discovery" to META-INF and URI change to discovery://mq1:61616 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.