Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 94893 invoked from network); 16 Apr 2008 22:56:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2008 22:56:13 -0000 Received: (qmail 96792 invoked by uid 500); 16 Apr 2008 22:56:14 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 96559 invoked by uid 500); 16 Apr 2008 22:56:13 -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 96550 invoked by uid 99); 16 Apr 2008 22:56:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2008 15:56:13 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bimargulies@gmail.com designates 209.85.132.250 as permitted sender) Received: from [209.85.132.250] (HELO an-out-0708.google.com) (209.85.132.250) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2008 22:55:31 +0000 Received: by an-out-0708.google.com with SMTP id b33so722025ana.83 for ; Wed, 16 Apr 2008 15:55:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=HdFhl+XzG/E9/TmfudhhrgeJogNM+AtMfCZeJ45V8lE=; b=pnGAw9829b/JbMRPSvvjxSDJGlAReJQIq7UxZZmkSmbMTXoM4qCj3VDwOdPPQoVWrAwsinN8Ap9dflLcDV3jxRVnG+3B61MhkrIm6omxUEBx2umScVxaO8P8VtYLxMKcv9m2O+axBf1qK6G6qMLSH3/no+mkfmmnI2v64ZWb5yw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=RTHCrQx6OXM3cyHuUYq21CtK/w7O83Mc2+PHkfoJcI5j9LsAkBo1lWkBkbrtiBbTqEjB/ijLHmDOtqWrSH7A2b3Acnc42DdvfGHxAd4rqqwCV1+RIaSAeJE44dEZ0X3RDG3L7FlFr2YLztaNmucJY4G8Q0as5SdpoO94w8ldBXM= Received: by 10.100.122.8 with SMTP id u8mr1009462anc.46.1208386543522; Wed, 16 Apr 2008 15:55:43 -0700 (PDT) Received: by 10.100.5.10 with HTTP; Wed, 16 Apr 2008 15:55:43 -0700 (PDT) Message-ID: <61b5d9410804161555x28941962m61da0fc9bc4bc6e4@mail.gmail.com> Date: Wed, 16 Apr 2008 18:55:43 -0400 From: "Benson Margulies" To: cxf-dev@incubator.apache.org Subject: Re: [jira] Commented: (CXF-957) http://cxf.apache.org as referenced in any schema is not available In-Reply-To: <1534848200.1208374525728.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10251_25776131.1208386543396" References: <2587504.1188482070932.JavaMail.jira@brutus> <1534848200.1208374525728.JavaMail.jira@brutus> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_10251_25776131.1208386543396 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline It is a really bad idea to depend on reaching the apache web site in production code. Using a catalog to bundle in the files you need is much more reliable. Otherwise, your app is at the mercy of extraneous network outages. ------=_Part_10251_25776131.1208386543396--