Return-Path: Delivered-To: apmail-ws-commons-dev-archive@locus.apache.org Received: (qmail 71140 invoked from network); 20 Mar 2006 09:37:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Mar 2006 09:37:56 -0000 Received: (qmail 64912 invoked by uid 500); 20 Mar 2006 09:37:48 -0000 Delivered-To: apmail-ws-commons-dev-archive@ws.apache.org Received: (qmail 64778 invoked by uid 500); 20 Mar 2006 09:37:47 -0000 Mailing-List: contact commons-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commons-dev@ws.apache.org Delivered-To: mailing list commons-dev@ws.apache.org Received: (qmail 64716 invoked by uid 99); 20 Mar 2006 09:37:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2006 01:37:47 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ruchith.fernando@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO pproxy.gmail.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2006 01:37:46 -0800 Received: by pproxy.gmail.com with SMTP id z59so1493804pyg for ; Mon, 20 Mar 2006 01:37:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jE4uS7U0DXr1NFBPmID87IxaZMlhqDDjzcXhW86XjGhAjSBRbXVjnKn+t9Q+nTklrxXsn/Vfe6iny4q6prl5WQUVUx0SYCUQ/XaifdNaz9eZIv9zBLWf9kXmGE8TRI10WlpH8tZeU6Okzwu6a/o2bMOR0+ZrEzDbYlPnpBN7CbU= Received: by 10.35.105.18 with SMTP id h18mr46394pym; Mon, 20 Mar 2006 01:37:25 -0800 (PST) Received: by 10.35.72.9 with HTTP; Mon, 20 Mar 2006 01:37:25 -0800 (PST) Message-ID: <559c463d0603200137j51dae62ble50d3a30a9f93e81@mail.gmail.com> Date: Mon, 20 Mar 2006 15:37:25 +0600 From: "Ruchith Fernando" To: axis-dev@ws.apache.org Subject: Re: [Axis2][Axiom] Axiom Refactorings Cc: chinthaka@opensource.lk, commons-dev@ws.apache.org In-Reply-To: <1142846738.9965.20.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <441E7157.2040105@opensource.lk> <1142846738.9965.20.camel@localhost.localdomain> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 .... IMHO we will continue to package doom with Axis2 Thanks, Ruchith On 3/20/06, Sanjiva Weerawarana wrote: > +1 except for adding axiom-doom.jar :). > > Sanjiva. > > On Mon, 2006-03-20 at 15:09 +0600, Eran Chinthaka wrote: > > Hi all, > > > > I'd like to suggest to have a api jar and an impl jar for axiom. This > > will help us to have more than one impl of axiom at the same time. > > For the time being we have two implementations of axiom apis; llom and > > doom. So lets have an axiom-api.jar, axiom-llom.jar. > > > > For me to do this I need to do the following major rafactorings of AXIO= M. > > > > Move all the classes in > > > > 1. org.apache.ws.commons.om.impl.llom.builder to > > org.apache.ws.commons.om.impl.builder > > 2. org.apache.ws.commons.om.impl.llom.mtom to > > org.apache.ws.commons.om.impl.mtom > > 3. org.apache.ws.commons.om.impl.llom.serialize to > > org.apache.ws.commons.om.impl.serialize > > 4. org.apache.ws.commons.om.impl.llom.traverse to > > org.apache.ws.commons.om.impl.traverse > > > > -- Chinthaka > >