Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 18968 invoked from network); 2 Jan 2009 17:02:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jan 2009 17:02:00 -0000 Received: (qmail 77901 invoked by uid 500); 2 Jan 2009 17:01:56 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 77845 invoked by uid 500); 2 Jan 2009 17:01:56 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 77829 invoked by uid 99); 2 Jan 2009 17:01:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2009 09:01:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bimargulies@gmail.com designates 209.85.218.12 as permitted sender) Received: from [209.85.218.12] (HELO mail-bw0-f12.google.com) (209.85.218.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2009 17:01:47 +0000 Received: by bwz5 with SMTP id 5so16333517bwz.6 for ; Fri, 02 Jan 2009 09:01:26 -0800 (PST) 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 :content-transfer-encoding:content-disposition:references; bh=nWDkrdmJV0VFZ2CM0DEZwqzNOqHKkjFBl2NLmPYmB10=; b=Izzx4Iw/PB2Mb7nCOj1hVNlFSyjhoQe6KfOhPomtW/vFtzh84ftjXvH5Kh1tzlFo/m XR6d4XvGJ3drCih44vgN9FsByA9MFf/NC+cZbboxd5ckT0gp0RWdg/p+2c0ZGUUCNsbk 1zftX5CMfGsgGDKl1PbwuqZ3xfj2tUnjsuRZU= 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:content-transfer-encoding:content-disposition :references; b=reCSRcTGxZpOA8iG+VQMfHQNUYJ61wS6/4MpXUYcW3RZJo+j9cVE8PJqokseykwkpt LhCwgAfbcW3KSd0VfrzhQW66G7NWhGqDm2hbNAwYVCAwtU5YwQaTjUd2tLiiaLL5OpaI vTmlGsuP/yDdjt11+HGROnMSGDZ8q5nqNBjvk= Received: by 10.181.134.12 with SMTP id l12mr6933181bkn.26.1230915686031; Fri, 02 Jan 2009 09:01:26 -0800 (PST) Received: by 10.181.16.8 with HTTP; Fri, 2 Jan 2009 09:01:25 -0800 (PST) Message-ID: <61b5d9410901020901o5493f9cp7dd7b5ecc6220536@mail.gmail.com> Date: Fri, 2 Jan 2009 12:01:25 -0500 From: "Benson Margulies" To: dev@cxf.apache.org Subject: Re: Jaxen dependency In-Reply-To: <00a001c96ccd$42844530$3102050a@emea.progress.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <00a001c96ccd$42844530$3102050a@emea.progress.com> X-Virus-Checked: Checked by ClamAV on apache.org The problem here is that Aegis also uses JDOM. On Fri, Jan 2, 2009 at 6:28 AM, Sergey Beryozkin wrote: > Hi, > > javascript component uses it too. But it's the use of Javen within the Aegis > component which is problematic as Aegis databinding is used by DOSGI... > Benson - is there any reason why Java(x) XPath can not be used instead ? > > Cheers, Sergey > >> Hi all, >> >> I noticed that there is a dependency on Jaxen in the Aegis Data >> binding (AegisDatabinding.java). This could be a problem for using CXF >> by certain communities. >> >> More specifically, the Eclipse community has specifically disapproved >> the use of Jaxen. See here: >> http://dev.eclipse.org/ipzilla/show_bug.cgi?id=137 >> So having a Jaxen dependency pretty much makes it not possible for CXF >> to be used by an Eclipse project. >> >> Would it be possible to factor this dependency out somehow? I noticed >> that it only seems to be used in one place... >> >> Best regards, >> >> David > >