Re: [Axis2] Understanding Axis2 dependencies

2007-10-28 Thread Eran Chinthaka
: Ajith Ranabahu [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 10:39 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Understanding Axis2 dependencies Hi, On 10/17/07, Eran Chinthaka [EMAIL PROTECTED] wrote: Since the topic is about jar dependencies, I'd like to comment on two

Re: [Axis2] Understanding Axis2 dependencies

2007-10-28 Thread Oleg Kalnichevski
] Sent: Monday, October 22, 2007 8:01 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Understanding Axis2 dependencies I've been stuck in classloader hell many times and moving to commons-logging 1.1 solved a lot of problems for me - there's been a lot of work put into that area

Re: [Axis2] Understanding Axis2 dependencies

2007-10-28 Thread Lawrence Mandel
AM Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject Re: [Axis2] Understanding Axis2 dependencies On Sun, 2007-10-28 at 10:18 -0400, Eran Chinthaka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok I can see at least some one is really using commons

Re: [Axis2] Understanding Axis2 dependencies

2007-10-28 Thread Oleg Kalnichevski
Lawrence Mandel wrote: the situation with dependencies may be improved by carefully restructuring Axis2 code into a number of smaller jars (kernel + options) I think this idea can work so long as: 1. The kernel is small and contains what you need to get started. i.e. It is possible to run

Re: [Axis2] Understanding Axis2 dependencies

2007-10-28 Thread Lawrence Mandel
and should probably be developed in a common Apache area where it can be reused by other projects. Lawrence Oleg Kalnichevski [EMAIL PROTECTED] 10/28/2007 04:15 PM Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject Re: [Axis2] Understanding Axis2 dependencies

Re: [Axis2] Understanding Axis2 dependencies

2007-10-27 Thread robert lazarski
- From: Ajith Ranabahu [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 10:39 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Understanding Axis2 dependencies Hi, On 10/17/07, Eran Chinthaka [EMAIL PROTECTED] wrote: Since the topic is about jar dependencies, I'd like

Re: [Axis2] Understanding Axis2 dependencies

2007-10-27 Thread Oleg Kalnichevski
:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 8:01 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Understanding Axis2 dependencies I've been stuck in classloader hell many times and moving to commons-logging 1.1 solved a lot of problems for me - there's been a lot of work put

Re: [Axis2] Understanding Axis2 dependencies

2007-10-26 Thread Eran Chinthaka
wars. -- Tom Jordahl -Original Message- From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 8:01 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Understanding Axis2 dependencies I've been stuck in classloader hell many times and moving to commons-logging

Re: [Axis2] Understanding Axis2 dependencies

2007-10-23 Thread Lawrence Mandel
, Lawrence Ajith Ranabahu [EMAIL PROTECTED] 10/22/2007 06:39 PM Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject Re: [Axis2] Understanding Axis2 dependencies Hi Tom, On 10/22/07, Tom Jordahl [EMAIL PROTECTED] wrote: [Concerning commons-logging] also what

Re: [Axis2] Understanding Axis2 dependencies

2007-10-23 Thread Glen Daniels
Hi folks: Ajith Ranabahu wrote: On 10/22/07, Tom Jordahl [EMAIL PROTECTED] wrote: I actually think that the JDK 1.4 logging APIs would probably do the trick, not have jar hell problems, and be functional enough for most everyone. Agreed :) But if we are to change all the commons logging

RE: [Axis2] Understanding Axis2 dependencies

2007-10-23 Thread Tom Jordahl
To: axis-dev@ws.apache.org Subject: Re: [Axis2] Understanding Axis2 dependencies I've been stuck in classloader hell many times and moving to commons-logging 1.1 solved a lot of problems for me - there's been a lot of work put into that area. Also, everything else in apache land uses commons

Re: [Axis2] Understanding Axis2 dependencies

2007-10-23 Thread robert lazarski
Subject: Re: [Axis2] Understanding Axis2 dependencies I've been stuck in classloader hell many times and moving to commons-logging 1.1 solved a lot of problems for me - there's been a lot of work put into that area. Also, everything else in apache land uses commons-logging. +1 for keeping

RE: [Axis2] Understanding Axis2 dependencies

2007-10-22 Thread Tom Jordahl
PROTECTED] Sent: Wednesday, October 17, 2007 10:39 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Understanding Axis2 dependencies Hi, On 10/17/07, Eran Chinthaka [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since the topic is about jar dependencies, I'd like

Re: [Axis2] Understanding Axis2 dependencies

2007-10-22 Thread Ajith Ranabahu
Ranabahu [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 10:39 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Understanding Axis2 dependencies Hi, On 10/17/07, Eran Chinthaka [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since the topic

Re: [Axis2] Understanding Axis2 dependencies

2007-10-22 Thread robert lazarski
:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 10:39 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Understanding Axis2 dependencies Hi, On 10/17/07, Eran Chinthaka [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since the topic is about jar

Re: [Axis2] Understanding Axis2 dependencies

2007-10-17 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since the topic is about jar dependencies, I'd like to comment on two aspects. 1. As one can see there is a huge number of dependencies we have in Axis2 and I think we ship almost all of them with our releases. Why should we release both xbeans and

Re: [Axis2] Understanding Axis2 dependencies

2007-10-17 Thread Ajith Ranabahu
Hi, On 10/17/07, Eran Chinthaka [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since the topic is about jar dependencies, I'd like to comment on two aspects. 1. As one can see there is a huge number of dependencies we have in Axis2 and I think we ship almost all of

Re: [Axis2] Understanding Axis2 dependencies

2007-10-17 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 for both the suggestions. Ajith Ranabahu wrote: Hi, On 10/17/07, Eran Chinthaka [EMAIL PROTECTED] wrote: Since the topic is about jar dependencies, I'd like to comment on two aspects. 1. As one can see there is a huge number of

Re: [Axis2] Understanding Axis2 dependencies

2007-10-15 Thread Sanka Samaranayke
Hi, Sanjiva Weerawarana wrote: Thanks Ajith. I think we should document this somewhere- we often get this question and there's obviously reasons for why we have all these dependencies. We need to clearly indicate which things are optional and indicate under what conditions they come into

[Axis2] Understanding Axis2 dependencies

2007-10-14 Thread Lawrence Mandel
I posted this to the axis-users list and didn't really get any bites. Given the conversation on simplifying the Axis2 install by consolidating the Axis2 jars I thought I'd post to the dev list as well. Axis2 has 39 dependencies listed below. I'd like to understand why Axis2 has so many

Re: [Axis2] Understanding Axis2 dependencies

2007-10-14 Thread Ajith Ranabahu
Hi Lawrence, Let me see whether I can make sense of some of the stuff. Others will chip in as needed and will surely holler if I make a mistake. Axis2 Third Party Dependencies -- activation-1.1.jarMIME support annogen-0.1.0.jar

Re: [Axis2] Understanding Axis2 dependencies

2007-10-14 Thread Sanjiva Weerawarana
Thanks Ajith. I think we should document this somewhere- we often get this question and there's obviously reasons for why we have all these dependencies. We need to clearly indicate which things are optional and indicate under what conditions they come into use. I am not a fan of going back