Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 71532 invoked from network); 22 Oct 2007 02:18:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Oct 2007 02:18:56 -0000 Received: (qmail 93029 invoked by uid 500); 22 Oct 2007 02:18:44 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 92988 invoked by uid 500); 22 Oct 2007 02:18:43 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 92979 invoked by uid 99); 22 Oct 2007 02:18:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Oct 2007 19:18:43 -0700 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 (athena.apache.org: domain of ning.jiang@iona.com designates 12.170.54.180 as permitted sender) Received: from [12.170.54.180] (HELO amer-mx1.iona.com) (12.170.54.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2007 02:18:47 +0000 X-IronPort-AV: E=Sophos;i="4.21,308,1188792000"; d="scan'208";a="6498760" Received: from amer-ems1.ionaglobal.com ([10.65.6.25]) by amer-mx1.iona.com with ESMTP; 21 Oct 2007 22:17:26 -0400 Received: from [10.129.9.175] ([10.129.9.175]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Sun, 21 Oct 2007 22:17:25 -0400 Message-ID: <471C0833.5070102@iona.com> Date: Mon, 22 Oct 2007 10:17:23 +0800 From: Willem Jiang User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: Re: endpoint in service creation log message References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Oct 2007 02:17:26.0401 (UTC) FILETIME=[B05F6F10:01C81451] X-Virus-Checked: Checked by ClamAV on apache.org Hi Benson, The below message is printed from RefelectionServiceFactoryBean , and we can't get the endpoint info at that time. The Service's publish address can get form the ServerImpl , I can add some logging information there :) Willem. Benson Margulies wrote: > Should these messages: > > > > INFO: Creating Service > {http://http_jetty.systest.cxf.apache.org/}DummyInterfaceService from > class org.apache.cxf.systest.http_jetty.DummyInterface > > > > > > Mention the endpoint address? > > > > >