Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 44982 invoked from network); 2 Jan 2009 11:24:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jan 2009 11:24:09 -0000 Received: (qmail 61852 invoked by uid 500); 2 Jan 2009 11:24:08 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 61803 invoked by uid 500); 2 Jan 2009 11:24:07 -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 61792 invoked by uid 99); 2 Jan 2009 11:24:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2009 03:24:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of david.bosschaert@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 11:23:58 +0000 Received: by bwz5 with SMTP id 5so16028502bwz.6 for ; Fri, 02 Jan 2009 03:23:36 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=i3wozgT4MdxfbLBjHJgzcDBcrn3v2XmqYis/q46Z+rk=; b=BfgPBQKBC5kqGwfjfqml1UFcuSCysJyxhWaGbKtb3hrOMZGUZm13CuRXf5/crEqEVY g+4L3PNTTP8oUlpIktNa7NxIHuYMZVONbU/tpvfR8txISktR8ZfUTmNoQwiccOzCV+mp h0q2fDKa5Sbiqsk0Zfs7mTIzgaZBtQ38tALXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=q6xO3oydHl6F2s2FacNiCFNR3AFhkDKksAvYsh4YFhfVVkdYd/pE3xFuuMR/4ji4vc G6Qa7ZTWgpfSUiOo7oRq/Tbe10EvxFeG0n9+Rm98EX5XFdhWQRaoq2mhPJIJ5wU6jYSk 5YdggfMLY0oXQ4iGCd8MN1YPTYWR1aCyyFG3o= Received: by 10.223.106.69 with SMTP id w5mr12723524fao.17.1230895416388; Fri, 02 Jan 2009 03:23:36 -0800 (PST) Received: by 10.223.108.207 with HTTP; Fri, 2 Jan 2009 03:23:36 -0800 (PST) Message-ID: Date: Fri, 2 Jan 2009 11:23:36 +0000 From: "David Bosschaert" To: dev@cxf.apache.org Subject: Jaxen dependency MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org 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