Return-Path: Delivered-To: apmail-incubator-abdera-user-archive@locus.apache.org Received: (qmail 22857 invoked from network); 13 Aug 2007 14:41:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2007 14:41:52 -0000 Received: (qmail 61614 invoked by uid 500); 13 Aug 2007 14:41:50 -0000 Delivered-To: apmail-incubator-abdera-user-archive@incubator.apache.org Received: (qmail 61599 invoked by uid 500); 13 Aug 2007 14:41:50 -0000 Mailing-List: contact abdera-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-user@incubator.apache.org Delivered-To: mailing list abdera-user@incubator.apache.org Received: (qmail 61590 invoked by uid 99); 13 Aug 2007 14:41:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 07:41:50 -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 chriswberry@gmail.com designates 66.249.82.225 as permitted sender) Received: from [66.249.82.225] (HELO wx-out-0506.google.com) (66.249.82.225) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 14:41:45 +0000 Received: by wx-out-0506.google.com with SMTP id h30so1230685wxd for ; Mon, 13 Aug 2007 07:41:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer; b=tVMyJ+i8dRPCV5z/RNX7ISo5GHP2AEa3g30qaDogKT3zoMB57s1ktZeVaXwWR9C1fqlV8Os9MC6U6ltJRcYUzXXuM90zmccr3GWB2GlY6Jm+STYsqLOgY9BmasKmYvqJ4XSnuo4+wlAnhrS2nE6lH0cuPGvw9L8bsiWKb5d4xok= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer; b=hWLQK2EQcviMJfvKqoXk32Nyt06wG6g+PdTz/uAMJ+H0t0M522Bl6OmknjMLcWBvM6WmGxv6VDqgsdgHy9PdV6GymKRopZ9kMGqjwU4B9Hym4YDHLYiEaO17ztR4zEjbr7QEiAb6IcQwA4IOGfDylengUEPVHlS+4zFP/1Pm7gs= Received: by 10.90.92.7 with SMTP id p7mr539762agb.1187016084187; Mon, 13 Aug 2007 07:41:24 -0700 (PDT) Received: from ?192.168.1.3? ( [72.179.45.126]) by mx.google.com with ESMTPS id 74sm8820621wra.2007.08.13.07.41.13 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 13 Aug 2007 07:41:14 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: multipart/alternative; boundary=Apple-Mail-5-402940587 Message-Id: <9A48903D-5234-4572-ACB7-1A54BBB9CB9C@gmail.com> From: Chris Berry Subject: Re: Document Date: Mon, 13 Aug 2007 09:40:54 -0500 To: Abdera User X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-5-402940587 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On that note, it would be great if, at a minimum, these values were made protected in AbstractProvider // FIXME:: these are private in AbstractProvider. private static final String NS = "http:// incubator.apache.org/abdera"; private static final String PFX = "a"; private static final QName ERROR = new QName(NS, "error", PFX); private static final QName CODE = new QName(NS, "code", PFX); private static final QName MESSAGE = new QName(NS, "message", PFX); Thanks, -- Chris On Aug 13, 2007, at 9:37 AM, Chris Berry wrote: > Greetings, > I was wondering if it might make sense to formalize the Error > document that Abdera returns, so that we could use Document > in clients and servers?? > Thanks, > -- Chris > > > S'all good --- chriswberry@gmail.com > > > S'all good --- chriswberry@gmail.com --Apple-Mail-5-402940587--