Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 10521 invoked from network); 17 Nov 2008 15:48:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2008 15:48:07 -0000 Received: (qmail 25733 invoked by uid 500); 17 Nov 2008 15:48:13 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 25687 invoked by uid 500); 17 Nov 2008 15:48:13 -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 25660 invoked by uid 99); 17 Nov 2008 15:48:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 07:48:13 -0800 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; Mon, 17 Nov 2008 15:46:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6DD2D234C28A for ; Mon, 17 Nov 2008 07:47:44 -0800 (PST) Message-ID: <1942571331.1226936864448.JavaMail.jira@brutus> Date: Mon, 17 Nov 2008 07:47:44 -0800 (PST) From: "Donald Woods (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4404) ActiveMQ connectors should use ServerHostname from config-substitutions.properties In-Reply-To: <49227669.1226089064221.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-4404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-4404: ----------------------------------- Fix Version/s: 2.2 Assignee: Donald Woods > ActiveMQ connectors should use ServerHostname from config-substitutions.properties > ---------------------------------------------------------------------------------- > > Key: GERONIMO-4404 > URL: https://issues.apache.org/jira/browse/GERONIMO-4404 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: ActiveMQ > Affects Versions: 2.1.3 > Reporter: Donald Woods > Assignee: Donald Woods > Priority: Minor > Fix For: 2.1.4, 2.2 > > Attachments: G4404_branch21.patch, G4404_truck.patch > > > Ron Staerker reported that if you change ServerHostname in config-substitutions.properties from 0.0.0.0 to 127.0.0.1, the default ActiveMQ connectors on 61613 and 61616 will still bind to 0.0.0.0 instead of the new ServerHostname value. This seems to b caused by several pom.xml problems, where: > tcp://${PlanServerHostname}:${PlanActiveMQPort} > where PlanServerHostname is 0.0.0.0 and not in config-substitutions.properties > #{ServerHostname} > is being substituted in at build time to be 0.0.0.0 instead of putting ${ServerHostname} in the plans. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.