Re: WSIF mailing lists

2003-01-31 Thread Aleksander Slominski
Nirmal Mukhi wrote: Now that WSIF mailing lists are functional, I was going to change the page on our web site (i.e. I'll change the forrest src etc.) to point to wsif-dev and wsif-user instead of axis-dev and axis-user. So new users can use those mailing lists instead of still being directed

org.apache.axis.client.Call

2003-01-31 Thread Wes Devauld
I've been having a problem with Java Client Calls. My question is should Call.java:2210 read: if (operation != null) returnParamQName = operation.getReturnQName(); instead of: if (operation != null) operation.getReturnQName(); This will stop the next few lines from thinking the retu

DO NOT REPLY [Bug 13819] - Attachment temp files never get removed

2003-01-31 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: Axis 1.1?

2003-01-31 Thread Vidyanand Murunikkara
HI James Actually if servlet.jar is not being used while compiling the jar file should not contain the DefaultEngineConfigurationFactoryServlet class in the first place. If this is present it means the axis.jar was created with servlet.jar in the classpath. So my guess is that servlet.jar is some

DO NOT REPLY [Bug 12769] - JWS deployment with packages broken

2003-01-31 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 16649] - SoapConnectionImpl NPEs if attachments arent in the build.

2003-01-31 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/soap SOAPConnectionImpl.java

2003-01-31 Thread stevel
stevel 2003/01/31 17:23:32 Modified:java/src/org/apache/axis/soap SOAPConnectionImpl.java Log: handle builds with no attachment support robustly, by not trying to iterate over any attachments. bug ID 16649, reported by Gerhard Engelbrecht Revision ChangesPath 1.13

Re: Axis 1.1?

2003-01-31 Thread James M Snell
Well, a couple things: if Axis 1.1 is going to stabilize, we need to absolutely freeze development on any new features (e.g. notice I haven't done any additional work on the async stuff in a while :-) ...) and work strictly on bug fixes AND we need to set a target release date. My vote would b

Re: Axis 1.1?

2003-01-31 Thread Steve Loughran
- Original Message - From: "James M Snell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 15:13 Subject: Axis 1.1? > Btw, when are we looking at releasing Axis 1.1? good q: ask the release manager. I think the long beta release has actually been pretty benef

Axis 1.1?

2003-01-31 Thread James M Snell
Btw, when are we looking at releasing Axis 1.1? - James Snell IBM Emerging Technologies [EMAIL PROTECTED] (559) 587-1233 (office) (700) 544-9035 (t/l) Programming Web Services With SOAP O'Reilly & Associates, ISBN 0596000952 Have I not commanded you? Be stro

DO NOT REPLY [Bug 13149] - Client requires servlet.jar

2003-01-31 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/wsdl/soap12/additional WhiteMesaSoap12AddTestSvcTestCase.java

2003-01-31 Thread gdaniels
gdaniels2003/01/31 15:04:39 Modified:java/test/wsdl/soap12/additional WhiteMesaSoap12AddTestSvcTestCase.java Log: Start fleshing out tests. Needs more work - checking in so I can finish from home. Revision ChangesPath 1.2 +68 -37 xml-a

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

2003-01-31 Thread gdaniels
gdaniels2003/01/31 15:04:13 Modified:java/src/org/apache/axis/message SOAPFaultCodeBuilder.java Added: java/src/org/apache/axis/message SOAPFaultReasonBuilder.java Log: Use QName deserializer for fault codes, and introduce a handler to deal with elements inside elements.

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

2003-01-31 Thread gdaniels
gdaniels2003/01/31 15:02:58 Modified:java/src/org/apache/axis Constants.java Log: Add SOAP 1.2 element Revision ChangesPath 1.111 +3 -0 xml-axis/java/src/org/apache/axis/Constants.java Index: Constants.java

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

2003-01-31 Thread gdaniels
gdaniels2003/01/31 15:02:36 Modified:java/src/org/apache/axis/transport/http HTTPSender.java Log: If SOAP 1.2, try deserializing as SOAP regardless of result code, since the valid codes are more numerous. Revision ChangesPath 1.94 +4 -0 xml-axis/java/src/org/a

DO NOT REPLY [Bug 13149] - Client requires servlet.jar

2003-01-31 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 13149] - Client requires servlet.jar

2003-01-31 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/docs reading.html

2003-01-31 Thread stevel
stevel 2003/01/31 13:53:37 Modified:java/docs reading.html Log: a couple of external pointers Revision ChangesPath 1.13 +29 -3 xml-axis/java/docs/reading.html Index: reading.html === RCS fi

cvs commit: xml-axis/java/docs reference.html

2003-01-31 Thread stevel
stevel 2003/01/31 12:20:46 Modified:java/docs reference.html Log: some more details Revision ChangesPath 1.20 +25 -2 xml-axis/java/docs/reference.html Index: reference.html === RCS file: /h

WSIF mailing lists

2003-01-31 Thread Nirmal Mukhi
Hi, Now that WSIF mailing lists are functional, I was going to change the page on our web site (i.e. I'll change the forrest src etc.) to point to wsif-dev and wsif-user instead of axis-dev and axis-user. So new users can use those mailing lists instead of still being directed to axis-*. Is that

Re: SOAPConnectionImpl

2003-01-31 Thread Steve Loughran
- Original Message - From: "Gerhard Engelbrecht" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 04:22 Subject: SOAPConnectionImpl > Hi Axis Developers, > > first of all I have to say, that you all are doing a great job in the > development of Axis. Thanx a lot

DO NOT REPLY [Bug 16649] New: - SoapConnectionImpl NPEs if attachments arent in the build.

2003-01-31 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: [wsif] moving WSIF dist files to official location

2003-01-31 Thread Nirmal Mukhi
Hi, Sounds fine with me. Nirmal. Aleksander Slominski <[EMAIL PROTECTED]> 01/31/2003 11:13 AM Please respond to axis-dev                 To:        [EMAIL PROTECTED], "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>         cc:                 Subject:        [wsif] moving WSIF dist files to offic

DO NOT REPLY [Bug 16646] New: - LogHandler closes System.out

2003-01-31 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

[wsif] moving WSIF dist files to official location

2003-01-31 Thread Aleksander Slominski
hi, i have copied 2.0 release files to official location at http://ws.apache.org/dist/wsif/ (only official release no RCs etc.). to complete move i would like to update wsif website to point Downloads/Release to http://ws.apache.org/dist/wsif/ then remove old content from http://cvs.apache.org

SOAPConnectionImpl

2003-01-31 Thread Gerhard Engelbrecht
Hi Axis Developers, first of all I have to say, that you all are doing a great job in the development of Axis. Thanx a lot! Maybe someone else has discovered the change from version 1.0 to 1.1beta in the SOAPConnectionImpl source. Now it supports Attachments, but only messages with attachments:

DO NOT REPLY [Bug 16632] - Tests and samples don't run against an Axis server

2003-01-31 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 16632] New: - Tests and samples don't run against an Axis server

2003-01-31 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 16610] - Similar problem to bug #16586 exists in the EJB provider

2003-01-31 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 Failure - xml-axis-wsif

2003-01-31 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init: prepare: [mkdir] Created dir: /home/rubys/j

[GUMP] Build Failure - Axis

2003-01-31 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

DO NOT REPLY [Bug 16269] - WSIF JMS Provider - JMS Message incorrectly uses the message namespace to compute the part QName

2003-01-31 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