Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 43601 invoked from network); 19 Nov 2007 03:12:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 03:12:37 -0000 Received: (qmail 82898 invoked by uid 500); 19 Nov 2007 03:12:24 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 82857 invoked by uid 500); 19 Nov 2007 03:12:24 -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 82848 invoked by uid 99); 19 Nov 2007 03:12:24 -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 19:12:24 -0800 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of bim2007@basistech.com does not designate 199.88.205.99 as permitted sender) Received: from [199.88.205.99] (HELO mail.basistech.com) (199.88.205.99) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 03:12:14 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Reused address problems only under maven X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Sun, 18 Nov 2007 22:12:07 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Reused address problems only under maven Thread-Index: AcgqWfeXjeK9XMHvSwSG1OQKR+bPpA== From: "Benson Margulies" To: X-Virus-Checked: Checked by ClamAV on apache.org 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 =20