Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 28391 invoked from network); 12 Jul 2006 21:54:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 21:54:06 -0000 Received: (qmail 1315 invoked by uid 500); 12 Jul 2006 21:54:06 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 1303 invoked by uid 500); 12 Jul 2006 21:54:06 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 1294 invoked by uid 99); 12 Jul 2006 21:54:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 14:54:05 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 14:54:05 -0700 Received: by ug-out-1314.google.com with SMTP id e2so17334ugf for ; Wed, 12 Jul 2006 14:53:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=mvEv88VqwL41dAPIWbiAOFvXqmGLMkfyp7Jo+o2P5MLwTJmYgzSY4Xr56o45J8OSCayFYz6MtEfByMZo1YBfvQYKEZiGsI4va4iX67/iiGF83SydNvGthgp80ctshUQiyNAxH/8Q/M0HYrQajVtCuNEGRThe8+39E7BkiNQ9TDw= Received: by 10.78.160.2 with SMTP id i2mr82933hue; Wed, 12 Jul 2006 14:53:43 -0700 (PDT) Received: by 10.78.97.11 with HTTP; Wed, 12 Jul 2006 14:53:43 -0700 (PDT) Message-ID: <7edfeeef0607121453q2ec7679di74324d695c7c4839@mail.gmail.com> Date: Wed, 12 Jul 2006 17:53:43 -0400 From: "Garrett Rooney" Sender: rooneg@gmail.com To: abdera-dev@incubator.apache.org Subject: Re: Extension Factories and Namespaces In-Reply-To: <44B4547C.6080208@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7edfeeef0607111809le621249r2077f4a19ec15066@mail.gmail.com> <44B4547C.6080208@gmail.com> X-Google-Sender-Auth: abe4589ebe1429c7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/11/06, James M Snell wrote: > I'd say go for it. If you note, I had already take the step of adding a > method to the extension factory to determine whether or not it is > capable of handling a particular namespace. This shouldn't be that big > of a change to make. Oh, in fact it was quite trivial, a simple change to a single method that isn't actually being called ;-) See r421423 for the details. So far nothing is using this, but I'll get around to making the OpenSearch stuff take advantage of it sometime soon. -garrett