cvs commit: xml-axis/contrib/Axis-C++/src/Message SOAPEnvelope.cpp

2003-06-12 Thread lilantha
lilantha2003/06/12 22:11:02 Modified:contrib/Axis-C++/src/Message SOAPEnvelope.cpp Log: fix crash Revision ChangesPath 1.5 +4 -2 xml-axis/contrib/Axis-C++/src/Message/SOAPEnvelope.cpp Index: SOAPEnvelope.cpp ==

Re: [VOTE] Axis C++ code and Committers (was Re: update on axis-c++)

2003-06-12 Thread Chris Haddad
+1 , +1 /Chris On Thu, 12 Jun 2003, Davanum Srinivas wrote: > Dear Committers, > > Please VOTE +1/+0/-0/-1 as usual for the following 2 items: (See ballot below, i > already entered > James and Sanjiva's +1). Please don't be "silent" (just say +0). FYI, Picked the > list of names > from our w

cvs commit: xml-axis/contrib/Axis-C++/src/Message SOAPEnvelope.cpp SOAPEnvelope.hpp

2003-06-12 Thread lilantha
lilantha2003/06/12 21:34:02 Modified:contrib/Axis-C++/src/Message SOAPEnvelope.cpp SOAPEnvelope.hpp Log: support only one header & a body Revision ChangesPath 1.4 +15 -29xml-axis/contrib/Axis-C++/src/Message/SOAPEnvelope.cpp Index: S

RE: [VOTE] Axis C++ code and Committers (was Re: update on axis-c++)

2003-06-12 Thread Lilantha Darshana
Davanum Srinivas wrote: > Dear Committers, > > Please VOTE +1/+0/-0/-1 as usual for the following 2 items: (See ballot below, i already entered > James and Sanjiva's +1). Please don't be "silent" (just say +0). FYI, Picked the list of names > from our web site. > > #1: Setup xml-axis/c++ as desti

Re: [VOTE] Axis C++ code and Committers (was Re: update on axis-c++)

2003-06-12 Thread Steve Loughran
Sanjiva Weerawarana wrote: "Steve Loughran" <[EMAIL PROTECTED]> writes: a) ultimately the CPP thing should get a life of its own and branch off That's actually what's being voted on .. whether to create a new dir right under xml-axis and give it first-class life. b) I'd like to see an ant build

Re: Status of Axis 1.1 Final

2003-06-12 Thread Jens Schumann
On 6/12/03 09:29 PM Steve Loughran <[EMAIL PROTECTED]> wrote: > Jens Schumann wrote: > > the good thing about open source is that you are free to apply your > patches and run with it. I have modified my version of Axis and I have > been holding off until Axis1.1 ships before committing those chan

DO NOT REPLY [Bug 15133] - Problems serializing german umlauts

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [VOTE] Axis C++ code and Committers (was Re: update on axis-c++)

2003-06-12 Thread Sanjiva Weerawarana
"Steve Loughran" <[EMAIL PROTECTED]> writes: > > a) ultimately the CPP thing should get a life of its own and branch off That's actually what's being voted on .. whether to create a new dir right under xml-axis and give it first-class life. > b) I'd like to see an ant build file for it; ant-cont

DO NOT REPLY [Bug 20719] - BeanPropertyDescriptor cpu consuming on large arrays

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20719] - BeanPropertyDescriptor cpu consuming on large arrays

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/src/org/apache/axis/utils BeanPropertyDescriptor.java

2003-06-12 Thread dims
dims2003/06/12 15:04:57 Modified:java/src/org/apache/axis/utils BeanPropertyDescriptor.java Log: Fix for Bug 20719 - BeanPropertyDescriptor cpu consuming on large arrays from [EMAIL PROTECTED] (Fabien Nisol) Revision ChangesPath 1.17 +14 -14 xml-axis/java/s

RE: [VOTE] Axis C++ code and Committers (was Re: update on axis-c++)

2003-06-12 Thread Glen Daniels
> Are there lessons from the Java build to learn? > > -steve Holy sheet, man, don't even get me *started*... :) --Glen, who is hoping to do some serious build-refactoring once 1.1 is out the door

Re: [VOTE] Axis C++ code and Committers (was Re: update on axis-c++)

2003-06-12 Thread Steve Loughran
Davanum Srinivas wrote: Dear Committers, Please VOTE +1/+0/-0/-1 as usual for the following 2 items: (See ballot below, i already entered James and Sanjiva's +1). Please don't be "silent" (just say +0). FYI, Picked the list of names from our web site. #1: Setup xml-axis/c++ as destination for Ax

Re: Status of Axis 1.1 Final

2003-06-12 Thread Steve Loughran
Jens Schumann wrote: On 6/11/03 09:00 PM [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: PS: Since 1.1. is already taking that long couldn't we agree on a staged approach for certain bugs? I guess there are other bugs than #15133 which can't be fixed in a short timeframe, but a temporary fix would b

DO NOT REPLY [Bug 20719] - BeanPropertyDescriptor cpu consuming on large arrays

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20719] - BeanPropertyDescriptor cpu consuming on large arrays

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Client Authentication

2003-06-12 Thread Davanum Srinivas
org.apache.axis.client.Stub has setUsername and setPassword that you can use. you will need to typecast the interface that you get from the locator to org.apache.axis.client.Stub . -- dims --- Boby boby <[EMAIL PROTECTED]> wrote: > Hi, > I was going through the mailing list but couldn’t fi

DO NOT REPLY [Bug 20719] New: - BeanPropertyDescriptor cpu consuming on large arrays

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20718] New: - uninformative exceptions

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Client Authentication

2003-06-12 Thread Boby boby
Hi, I was going through the mailing list but couldn’t find the solution for my problem so thought of sending a message to the list. I am using ‘wsdl2java’ tool to generate java client for invoking web-services. Web-services requires basic HTTP authentication to authenticate clients. If I p

RE: Status of Axis 1.1 Final

2003-06-12 Thread Glen Daniels
Dims: You rock. :) I'll reburn the kits sometime tonight or tomorrow AM, and then send them on their way tomorrow. Can you regenerate the "big diff" on the website? --Glen > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 1:06 PM

RE: Status of Axis 1.1 Final

2003-06-12 Thread Davanum Srinivas
Glen, It's all yours... Thanks, -- dims --- Davanum Srinivas <[EMAIL PROTECTED]> wrote: > +1 for fixing 20653, 20655 and 15133. I'll see what i can do... > > -- dims > > --- Glen Daniels <[EMAIL PROTECTED]> wrote: > > > > Summing up, it looks like we've got the following on the table for las

DO NOT REPLY [Bug 15133] - Problems serializing german umlauts

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15133] - Problems serializing german umlauts

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20711] New: - Example6 Fails at Runtime

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: standalone deserialization

2003-06-12 Thread Davanum Srinivas
take a look at TestBeanDeser*.java (http://cvs.apache.org/viewcvs/xml-axis/java/test/encoding/) -- dims --- Nikolay Metchev <[EMAIL PROTECTED]> wrote: > Hello Axis developers, > I have searched the axis-user mailing list for the answer to my question and > it seems that it has been asked several

DO NOT REPLY [Bug 15133] - Problems serializing german umlauts

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/src/org/apache/axis/transport/http HTTPSender.java

2003-06-12 Thread dims
dims2003/06/12 09:05:28 Modified:java/src/org/apache/axis/transport/http HTTPSender.java Log: Fix for problem - setting loglevel to DEBUG, corrupts "all characters with a code greater 0x7f" reported in Bug 15133 - Problems serializing german umlauts by Bernd Köcke ([EMAIL P

DO NOT REPLY [Bug 15133] - Problems serializing german umlauts

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

standalone deserialization

2003-06-12 Thread Nikolay Metchev
Hello Axis developers, I have searched the axis-user mailing list for the answer to my question and it seems that it has been asked several times but never answered. I thought I would try my luck here and see if anyone would be so kind to help me out. I am trying do some serialization/deserializati

RE: [VOTE] Axis C++ code and Committers (was Re: update on axis-c ++)

2003-06-12 Thread Jaime Meritt
+1 for both - Jaime Meritt > -Original Message- > From: Glen Daniels [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 10:18 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [VOTE] Axis C++ code and Committers (was Re: update on axis-c > ++) > > +1, +1 > > --Glen > > > -Original

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15133] - Problems serializing german umlauts

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/src/org/apache/axis/client AdminClient.java

2003-06-12 Thread dug
dug 2003/06/12 07:24:58 Modified:java/src/org/apache/axis/client AdminClient.java Log: Change log lines to printlns (out and err as appropriate) Revision ChangesPath 1.78 +7 -7 xml-axis/java/src/org/apache/axis/client/AdminClient.java Index: AdminClient

RE: [VOTE] Axis C++ code and Committers (was Re: update on axis-c++)

2003-06-12 Thread Glen Daniels
+1, +1 --Glen > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 10:09 AM > To: [EMAIL PROTECTED] > Subject: [VOTE] Axis C++ code and Committers (was Re: update > on axis-c++) > > > Dear Committers, > > Please VOTE +1/+0/-0/-1 as u

DO NOT REPLY [Bug 15133] - Problems serializing german umlauts

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [VOTE] Axis C++ code and Committers (was Re: update on axis-c++)

2003-06-12 Thread Doug Davis
+1 to both. -Dug Davanum Srinivas <[EMAIL PROTECTED]> on 06/12/2003 10:08:37 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:[VOTE] Axis C++ code and Committers (was Re: update on axis-c++) Dear Committers, Please VOTE +1/+0/-0/-1 as usual for the

[VOTE] Axis C++ code and Committers (was Re: update on axis-c++)

2003-06-12 Thread Davanum Srinivas
Dear Committers, Please VOTE +1/+0/-0/-1 as usual for the following 2 items: (See ballot below, i already entered James and Sanjiva's +1). Please don't be "silent" (just say +0). FYI, Picked the list of names from our web site. #1: Setup xml-axis/c++ as destination for Axis-C++ (Later we can mo

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Very basic Questions

2003-06-12 Thread Anne Thomas Manes
Niket, 1.) The WSDL file describes the Web service from a client's point of view. It defines what the service does (the interface and the format of the input and output messages), how to use it (the bindings and protocols that should be used to contruct messages), and where to find it (the locatio

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/test/utils TestSrcContent.java

2003-06-12 Thread dims
dims2003/06/12 06:47:09 Modified:java/src/org/apache/axis/client AdminClient.java java/test/utils TestSrcContent.java Log: Fix for Bug 20655 - AdminClient messages are NOT log messages Notes: - Fixed the test case to ignore AdminClient (in test.utils.TestSrc

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15133] - Problems serializing german umlauts

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20653] - AxisFault during config processing gives NPE

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20704] - AttachmentsImpl adds duplicate copies of an attachment part.

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20653] - AxisFault during config processing gives NPE

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/src/org/apache/axis/message SOAPFault.java

2003-06-12 Thread dims
dims2003/06/12 05:36:03 Modified:java/src/org/apache/axis/message SOAPFault.java Log: Fix for Bug 20653 - AxisFault during config processing gives NPE Revision ChangesPath 1.21 +5 -3 xml-axis/java/src/org/apache/axis/message/SOAPFault.java Index: SOAPFa

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20655] - AdminClient messages are NOT log messages

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Status of Axis 1.1 Final

2003-06-12 Thread Doug Davis
For 20653 - in my particular case the bad classname was in the global handler section so it would die during the execution of any service. In this instance it happened to be the AdminService 'cause I was doing a remote deployment. So yes it _could_ prevent any service from being run. -Dug

RE: Status of Axis 1.1 Final

2003-06-12 Thread Davanum Srinivas
+1 for fixing 20653, 20655 and 15133. I'll see what i can do... -- dims --- Glen Daniels <[EMAIL PROTECTED]> wrote: > > Summing up, it looks like we've got the following on the table for last-minute fixes: > > 20653 - This should be an easy fix which prevents an NPE. The NPE is indicative of

RE: Status of Axis 1.1 Final

2003-06-12 Thread Glen Daniels
Summing up, it looks like we've got the following on the table for last-minute fixes: 20653 - This should be an easy fix which prevents an NPE. The NPE is indicative of a bad class in the WSDD, which is a config error, but we should if anything be clear about that error, not toss an NPE. Doug

DO NOT REPLY [Bug 19947] - Regression to 1.0 in namespace usage

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15133] - Problems serializing german umlauts

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15133] - Problems serializing german umlauts

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20704] - AttachmentsImpl adds duplicate copies of an attachment part.

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20704] New: - AttachmentsImpl adds duplicate copies of an attachment part.

2003-06-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[GUMP] Build timed out - Axis

2003-06-12 Thread Sam Ruby
This email is autogenerated from the output from: Build results exceed maximum length. Please see URL above for details. Last 50 li

RE: style="document" 1_1RC2

2003-06-12 Thread Davanum Srinivas
This will be part of 1.1 final release. -- dims --- [EMAIL PROTECTED] wrote: > Yes this also works for me. Thanks. > > When will this new code become part of a release? > > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: 11 June 2003 15:47 > To: [EMAIL PROT

Very basic Questions

2003-06-12 Thread Niket Anand
Hello All, I have some very basic Questions as:- 1)Why do we need WSDL file?--> if we want to deploy service we do it by wsdd 2)Why there is need of WSDL2Java tool?--->> just to have interface and binding stub java files.Why is the need of stub files as while deploying services we just need wsdd an

RE: update on axis-c++

2003-06-12 Thread Lilantha Darshana
+1 -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 4:19 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Sanjiva Weerawarana; [EMAIL PROTECTED]