Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 24057 invoked from network); 29 Oct 2007 19:45:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 19:45:44 -0000 Received: (qmail 88011 invoked by uid 500); 29 Oct 2007 19:45:30 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 87646 invoked by uid 500); 29 Oct 2007 19:45:29 -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 87635 invoked by uid 99); 29 Oct 2007 19:45:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 12:45:29 -0700 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS,TVD_FW_GRAPHIC_NAME_MID X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nlgallar@us.ibm.com designates 32.97.110.149 as permitted sender) Received: from [32.97.110.149] (HELO e31.co.us.ibm.com) (32.97.110.149) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 19:45:38 +0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e31.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id l9TJj7dP016536 for ; Mon, 29 Oct 2007 15:45:07 -0400 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l9TJj7w4105128 for ; Mon, 29 Oct 2007 13:45:07 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l9TJj6rV018466 for ; Mon, 29 Oct 2007 13:45:06 -0600 Received: from d03nm118.boulder.ibm.com (d03nm118.boulder.ibm.com [9.17.195.144]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l9TJj6Br018451 for ; Mon, 29 Oct 2007 13:45:06 -0600 In-Reply-To: <5eb405c70710291125o5d6af5e7x7a2c5ea030bff8a9@mail.gmail.com> Subject: Re: [Axis2] Question Axis2 maven modules To: axis-dev@ws.apache.org X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: From: Nicholas L Gallardo Date: Mon, 29 Oct 2007 14:44:53 -0500 X-MIMETrack: Serialize by Router on D03NM118/03/M/IBM(Release 8.0|August 02, 2007) at 10/29/2007 13:45:06 MIME-Version: 1.0 Content-type: multipart/related; Boundary="0__=08BBF910DFFFE4188f9e8a93df938690918c08BBF910DFFFE418" X-Virus-Checked: Checked by ClamAV on apache.org --0__=08BBF910DFFFE4188f9e8a93df938690918c08BBF910DFFFE418 Content-type: multipart/alternative; Boundary="1__=08BBF910DFFFE4188f9e8a93df938690918c08BBF910DFFFE418" --1__=08BBF910DFFFE4188f9e8a93df938690918c08BBF910DFFFE418 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: quoted-printable Thanks Jarek, I don't know why I thought there was an issue there. -Nick = "Jarek Gawor" = = To axis-dev@ws.apache.org = 10/29/2007 01:25 = cc PM = Subj= ect Re: [Axis2] Question Axis2 maven= Please respond to modules = axis-dev@ws.apach = e.org = = = = = In Geronimo, we don't have our own version of these classes (saaj-api and jaxws-api) but we definitely use that code from Axis2. I think it is and would be important to keep the API separate from the implementation. We actaully use these Axis2 API classes with two different implementations without any problems. We could move these modules into Geronimo (as we already have a bunch of other spec modules) if you want but I don't think that's really solving a problem here. Thanks, Jarek On 10/29/07, Nicholas L Gallardo wrote: > > > > Chinthaka, > > For items (2) and (3) below, I believe these are the results of requests from the Geronimo team. They have their own versions of these= classes and it alleviates some packaging (and possibly classloading) is= sues for them by separating it out. > > -Nick > > > Eran Chinthaka > > > > > > > > Eran Chinthaka > > 10/28/2007 11:12 PM > > Please respond to > axis-dev@ws.apache.org > > > To > axis-dev@ws.apache.org > > > cc > > > > Subject > [Axis2] Question Axis2 maven modules > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I looked at the modules we have in Axis2 and just wanted to know abo= ut > some modules.Please be kind enough to help me to answer following > questions on our modules. > > 1. Why do we have mex and mex-mar as two separate modules? Can't we = put > them in one module and do maven magic to create two separate > distributables, if needed? > > 2. I have the same concern about saaj and saaj-api modules. Can we h= ave > them in one module? And also why do we need to have saaj-api module = at > all. Can't we use the api jar from Sun ( I think we are using some o= ther > jars from Sun so hope there won't be any license conflicts)? Sorry i= f if > this is a stupid question ;) > > 3. Same questions w.r.t jaxws and jaxws-api. > > 4. Why do we have ping module? Isn't that something that should go > inside samples? > > 5. Rahas, secpolicy, security was moved out to a separate sub-projec= t > within WS along with other security stuff right? > (If yes > (why do we have them inside Axis2?) > (Ignore this ;) )) > > Thanks, > Chinthaka > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHJV2XjON2uBzUhh8RAiX5AKCjbK3gugQClxmzJMpF6Qgsow8rEACfXZED > BFeuOcr6WAWsQTHq7tbH0P8=3D > =3DAhm4 > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------= - > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-dev-help@ws.apache.org > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org = --1__=08BBF910DFFFE4188f9e8a93df938690918c08BBF910DFFFE418 Content-type: text/html; charset=US-ASCII Content-Disposition: inline Content-transfer-encoding: quoted-printable

Thanks Jarek, I don't know why I thought there was an issue there. <= br>
-Nick


3D"Inactive"Jarek Gawor" &l= t;jgawor@gmail.com>



=
          "Jarek Gawor" <jgawor@gmail.com>= ;

          10/29/2007 01:25 PM
          Please respond to
          axis-dev@ws.apache.org

=
3D=
To
3D""
axis-dev@ws.apache.org
3D=
cc
3D""
3D=
Subject
3D""
Re: [Axis2] Question Axis2 maven modules
3D=3D""

In Geronimo, we don't have our own version of these classes (saaj-a= pi
and jaxws-api) but we definitely use that code from Axis2. I think it is and would be important to keep the API separate from the
implementation. We actaully use these Axis2 API classes with two
different implementations without any problems.
We could move these modules into Geronimo (as we already have a bunch of other spec modules) if you want but I don't think that's really
solving a problem here.

Thanks,
Jarek

On 10/29/07, Nicholas L Gallardo <nlgallar@us.ibm.com> wrote:
= >
>
>
> Chinthaka,
>
>  For  items (2) and (3) below, I believe these are the r= esults of requests from the Geronimo team.  They have their own ve= rsions of these classes and it alleviates some packaging (and possibly = classloading) issues for them by separating it out.
>
>  -Nick
>
>
>  Eran Chinthaka <chinthaka@opensource.lk>
>
>
>
>
>
>
>
> Eran Chinthaka <chinthaka@opensource.lk>
>
> 10/28/2007 11:12 PM
>
> Please respond to
>  axis-dev@ws.apache.org
>
>
> To
>  axis-dev@ws.apache.org
>
>
> cc
>
>
>
> Subject
>  [Axis2] Question Axis2 maven modules
>
>
>  -----BEGIN PGP SIGNED MESSAGE-----
>  Hash: SHA1
>
>  Hi,
>
>  I looked at the modules we have in Axis2 and just wanted to = know about
>  some modules.Please be kind enough to help me to answer foll= owing
>  questions on our modules.
>
>  1. Why do we have mex and mex-mar as two separate modules? C= an't we put
>  them in one module and do maven magic to create two separate=
>  distributables, if needed?
>
>  2. I have the same concern about saaj and saaj-api modules. = Can we have
>  them in one module? And also why do we need to have saaj-api= module at
>  all. Can't we use the api jar from Sun ( I think we are usin= g some other
>  jars from Sun so hope there won't be any license conflicts)?= Sorry if if
>  this is a stupid question ;)
>
>  3. Same questions w.r.t jaxws and jaxws-api.
>
>  4. Why do we have ping module? Isn't that something that sho= uld go
>  inside samples?
>
>  5. Rahas, secpolicy, security was moved out to a separate su= b-project
>  within WS along with other security stuff right?
>  (If yes
>   (why do we have them inside Axis2?)
>   (Ignore this ;) ))
>
>  Thanks,
>  Chinthaka
>  -----BEGIN PGP SIGNATURE-----
>  Version: GnuPG v1.4.6 (GNU/Linux)
>  Comment: Using GnuPG with Mozilla -
http://enigmail.mozdev.org
>
>  iD8DBQFHJV2XjON2uBzUhh8RAiX5AKCjbK3gugQClxmzJMpF6Qgsow8rEACf= XZED
>  BFeuOcr6WAWsQTHq7tbH0P8=3D
>  =3DAhm4
>  -----END PGP SIGNATURE-----
>
>  ------------------------------------------------------------= ---------
>  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org >  For additional commands, e-mail: axis-dev-help@ws.apache.org=
>
>
>
>
>
>

--------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


= --1__=08BBF910DFFFE4188f9e8a93df938690918c08BBF910DFFFE418-- --0__=08BBF910DFFFE4188f9e8a93df938690918c08BBF910DFFFE418 Content-type: image/gif; name="graycol.gif" Content-Disposition: inline; filename="graycol.gif" Content-ID: <1__=08BBF910DFFFE4188f9e8a93df938@us.ibm.com> Content-transfer-encoding: base64 R0lGODlhEAAQAKECAMzMzAAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAIXlI+py+0PopwxUbpu ZRfKZ2zgSJbmSRYAIf4fT3B0aW1pemVkIGJ5IFVsZWFkIFNtYXJ0U2F2ZXIhAAA7 --0__=08BBF910DFFFE4188f9e8a93df938690918c08BBF910DFFFE418 Content-type: image/gif; name="pic29976.gif" Content-Disposition: inline; filename="pic29976.gif" Content-ID: <2__=08BBF910DFFFE4188f9e8a93df938@us.ibm.com> Content-transfer-encoding: base64 R0lGODlhWABDALP/AAAAAK04Qf79/o+Gm7WuwlNObwoJFCsoSMDAwGFsmIuezf///wAAAAAAAAAA AAAAACH5BAEAAAgALAAAAABYAEMAQAT/EMlJq704682770RiFMRinqggEUNSHIchG0BCfHhOjAuh EDeUqTASLCbBhQrhG7xis2j0lssNDopE4jfIJhDaggI8YB1sZeZgLVA9YVCpnGagVjV171aRVrYR RghXcAGFhoUETwYxcXNyADJ3GlcSKGAwLwllVC1vjIUHBWsFilKQdI8GA5IcpApeJQt8L09lmgkH LZikoU5wjqcyAMMFrJIDPAKvCFletKSev1HBw8KrxtjZ2tvc3d5VyKtCKW3jfz4uMKmq3xu4N0nK BVoJQmx2LGVOmrqNjjJf2hHAQo/eDwJGTKhQMcgQEEAnEjFS98+RnW3smGkZU6ncCWav/4wYOnAI TihRL/4FEwbp28BXMMcoscQCVxlepL4IGDSCyJyVQOu0o7CjmLN50OZlqWmyFy5/6yBBuji0AxFR M00oQAqNIstqI6qKHUsWRAEAvagsmfUEAImyxgbmUpJk3IklNUtJOUAVLoUr1+wqDGTE4zk+T6FG uQb3SizBCwatiiUgCBN8vrz+zFjVyQ8FWkOlg4NQiZMB5QS8QO3mpOaKnL0Z2EKvNMSILEThKhCg zMKPVxYJh23qm9KNW7pArPynMqZDiErsTMqI+LRi3QAgkFUbXpuFKhSYZALd0O5RKa2z9EYKBbpb qxIKsjUPRgD7I2XYV6wyrOw92ykExP8NW4URhknC5dKGE4v4NENQj2jXjmfNgOZDaXb5glRmXQ33 YEWQYNcZFnrYcIQLNzyTFDQNkXIff0ExVlY4srziQk43inZgL4rwxxINMvpFFAz1KOODHiu+4aEw NEjFl5B3JIKWKF3k6I9bfUGp5ZZcdunll5IA4cuHvQQJ5gcsoCWOOUwgltIwAKRxJgbIkJAQZEq0 2YliZnpZZ4BH3CnYOXldOUOfQoYDqF1LFHbXCrO8xmRsfoXDXJ6ChjCAH3QlhJcT6VWE6FCkfCco CgrMFsROrIEX3o2whVjWDjoJccN3LdggSGXLCdLEgHr1lyU3O3QxhgohNKXJCWv8JQr/PDdaqd6w 2rj1inLiGeiCJoDspAoQlYE6QWLSECehcWIYxIQES6zhbn1iImTHEQyqJ4eIxJJoUBc+3CbBuwZE V5cJPPkIjFDdeEabQbd6WgICTxiiz0f5dBKquXF6k4senwEhYGnKEFJeGrxUZy8dB8gmAXI/sPvH ESfCwVt5hTgYiqQqtdRNHQIU1PJ33ZqmzgE90OwLaoJcnMop1WiMmgkPHQRIrwgFuNV90A3doNKT mrKIN07AnGcI9BQjhCBN4RfA1qIZnMqorJCogKfGQnxSCDilTVIA0yl5ciTovgLuBDKFUDE9aQcw 9SA+rjSNf9/M1gxrj6VwDTS0IUSElMzBfsj0NFXR2kwsV1A5IF1grLgLL/r1R40BZEnuBWgmQEyb jqRwSAt6bqMCOFkvKFN2GPPkUzIm/SCF8z8pVzpbjVnMsy0vOr1hw3SaSRUhpY09v0z0J1FnwzPl fmh+xl4WtR0zGu24I4KbMQm3lnVu2oNWxI9W/lcyzA+mCKF4DBikxb/+UWtOGRiFP8qEwAayIgIA Ow== --0__=08BBF910DFFFE4188f9e8a93df938690918c08BBF910DFFFE418 Content-type: image/gif; name="ecblank.gif" Content-Disposition: inline; filename="ecblank.gif" Content-ID: <3__=08BBF910DFFFE4188f9e8a93df938@us.ibm.com> Content-transfer-encoding: base64 R0lGODlhEAABAIAAAAAAAP///yH5BAEAAAEALAAAAAAQAAEAAAIEjI8ZBQA7 --0__=08BBF910DFFFE4188f9e8a93df938690918c08BBF910DFFFE418--