Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 62869 invoked from network); 19 Nov 2007 04:07:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 04:07:30 -0000 Received: (qmail 24026 invoked by uid 500); 19 Nov 2007 04:07:17 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 23974 invoked by uid 500); 19 Nov 2007 04:07:17 -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 23964 invoked by uid 99); 19 Nov 2007 04:07:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Nov 2007 20:07:17 -0800 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, 19 Nov 2007 04:07:07 +0000 X-IronPort-AV: E=Sophos;i="4.21,434,1188792000"; d="scan'208";a="7336731" Received: from amer-ems1.ionaglobal.com ([10.65.6.25]) by amer-mx1.iona.com with ESMTP; 18 Nov 2007 23:07:02 -0500 Received: from [10.129.9.176] ([10.129.9.176]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Sun, 18 Nov 2007 23:06:59 -0500 Message-ID: <47410BD1.4000403@iona.com> Date: Mon, 19 Nov 2007 12:06:41 +0800 From: Willem Jiang User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: Re: Reused address problems only under maven References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Nov 2007 04:07:00.0119 (UTC) FILETIME=[A22E3270:01C82A61] X-Virus-Checked: Checked by ClamAV on apache.org Hi Benson, I will take a look at this issue later today. Willem. Benson Margulies wrote: > Willem or whomever, > > If you remove the @org.junit.Ignore from JsHttpRequestTest, you will see > address in use binding errors from this test, which eventually result in > a failure. Oddly, there's no problem in eclipse, only in Maven. > > I can probably get around this by subverting JUnit via some static setup > that avoids reinitializing services, since for this test it would be > fine for all the services to come up once. > > Nonetheless, this isn't what we intend, I think, so I'm filing a JIRA. > > --benson > > > > > >