Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 65191 invoked from network); 13 May 2005 15:11:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 May 2005 15:11:44 -0000 Received: (qmail 25834 invoked by uid 500); 13 May 2005 15:15:57 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 25806 invoked by uid 500); 13 May 2005 15:15:57 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 25788 invoked by uid 99); 13 May 2005 15:15:57 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of vreddyp@gmail.com designates 64.233.170.198 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.198) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 13 May 2005 08:15:57 -0700 Received: by rproxy.gmail.com with SMTP id j1so372355rnf for ; Fri, 13 May 2005 08:11:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tCj/fa9C1MRxhzxuinRL7fb1EhGWiy8MOUPoSb+lEefuhOzOczr0VzTJD6cn9lkXuNbdYvNFkKezdUwHJHMneL26JUofBzQHIu5Fp201/3bd/rhZePFUWicVCuO6zXL7HJccKVWvcVSN5/cuM9MNzJVzx6JvUAPk0W0qzsRRQ00= Received: by 10.38.97.15 with SMTP id u15mr844592rnb; Fri, 13 May 2005 08:11:36 -0700 (PDT) Received: by 10.38.89.45 with HTTP; Fri, 13 May 2005 08:11:35 -0700 (PDT) Message-ID: Date: Fri, 13 May 2005 20:41:35 +0530 From: Venkat Reddy Reply-To: Venkat Reddy To: axis-dev@ws.apache.org Subject: Re: [Axis2] Moving SOAP classes to its own package In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The Axis 1.2 SAAJ stuff is in org.apache.axis.message package. Since we don't have a "message" package in Axis2, no clash here, even if we put these in org.apache.axis.om.soap. However, I'm +1 to keep these SOAP classes under org.apache.axis2.om.soap package, because atleast it would tell people that these are NOT a SAAJ implementation, but something specific to OM and Axis2. BTW, Should we also move the SAAJ implementation to the main area for M2 ? -- Venkat On 5/11/05, Simon Fell wrote: > I'd be really really happy if the axis2 package/class names didn't clash > with the axis1.x names, so that I can run both axis1 & axis2 in the same > jvm instance. >=20 > Cheers > Simon >=20 > -----Original Message----- > From: Davanum Srinivas [mailto:davanum@gmail.com] > Sent: Wednesday, May 11, 2005 8:53 AM > To: axis-dev@ws.apache.org > Subject: Re: [Axis2] Moving SOAP classes to its own package >=20 > +1 >=20 > On 5/11/05, Glen Daniels wrote: > > How about just org.apache.axis.soap? > > > > --Glen > > > > Eran Chinthaka wrote: > > > Hi, > > > > > > In the current source tree, all the SOAPXXXX classes are in the same >=20 > > > package with OM classes. i.e org.apache.axis.om.*. > > > > > > Since SOAP classes are a specialization of OM and there are lots of > > > SOAP classes I propose to move all the SOAPXXX classes to > > > org.apache.axis.om.soap package. > > > > > > Comments and/or thoughts ?? > > > > > > -- Chinthaka > > > > > > > > > > > >=20 > -- > Davanum Srinivas - http://webservices.apache.org/~dims/ >=20 >