Re: Code Generator Wizard Plugin and Service Archive Wizard Plugin for Eclipse from Apache Axis2 Tools --> gives Http 404 error

2008-08-31 Thread Nandana Mihindukulasooriya
Hi Saminda, There is some problem with the links in the web site and I will fix then ASAP. And yes, there was no change from 1.4 to 1.4.1 in either Eclipse Codegen Wizard or Eclipse Service Archive Wizard. The correct links for 1.4.1 are http://www.ibiblio.org/pub/mirrors/apache/ws/axis2/t

Re: Code Generator Wizard Plugin and Service Archive Wizard Plugin for Eclipse from Apache Axis2 Tools --> gives Http 404 error

2008-08-31 Thread Saminda Wijeratne
I dont know why It is as such, but the problem is that they haven't updated the links/locations when the new version of axis 1.4.1 came out. You can download the 1.4 version by using the same links with having 1.4 instead of 1.4.1 in the link. As i know there is no difference between the 1.4 an

Re: Axis2 and Tomcat 5.0.28 commons-logging-api

2008-08-31 Thread Anthony Bull
Its better to use commons-logging 1.1.1 as from memory 1.0.4 has a problem that causes Tomcat to not shutdown properly on some platforms. Marc F. wrote: I´ve already tried that, but the same exception happens (org.apache.commons.logging.LogConfigurationException: User-specified log class '

Re: Axis2 and Tomcat 5.0.28 commons-logging-api

2008-08-31 Thread Marc F.
I´ve already tried that, but the same exception happens (org.apache.commons.logging.LogConfigurationException: User-specified log class ' org.apache.commons.logging.impl.Log4JLogger' cannot be found or is not useable.) Thank you. 2008/8/31 Davanum Srinivas <[EMAIL PROTECTED]> > How about removin

Re: Axis2 and Tomcat 5.0.28 commons-logging-api

2008-08-31 Thread Davanum Srinivas
How about removing commons-logging jar in WEB-INF/lib? -- dims On Sun, Aug 31, 2008 at 10:34 AM, Marc F. <[EMAIL PROTECTED]> wrote: > First of all, I would like to thank everyone from the Apache Axis2 project. > I am using the newer version 1.4.1 of Axis2, with Java 1.4.2. Thank you very > much f

Axis2 and Tomcat 5.0.28 commons-logging-api

2008-08-31 Thread Marc F.
First of all, I would like to thank everyone from the Apache Axis2 project. I am using the newer version 1.4.1 of Axis2, with Java 1.4.2. Thank you very much for the efforts in order to make Axis2 compatible to that version of Java. I work at a software company that still uses Java 1.4.2, that´s wh

Re: Want to use the same message receiver for all operations!!

2008-08-31 Thread Amila Suriarachchi
On Fri, Aug 29, 2008 at 5:47 AM, Eran Chinthaka <[EMAIL PROTECTED]>wrote: > This is an interesting scenario. > > Axis2, by design, requires every message to be associated with a service > and an operation. And this is checked in the dispatching phase. If you don't > have operations defined, then y