cvs commit: xml-axis/proposals/jabber/src TestClient.java Test.java

2003-01-15 Thread jmsnell
jmsnell 2003/01/15 22:24:06 Modified:proposals/jabber/src/com/snellspace/axis/jabber JabberSender.java JabberConnection.java JabberServer.java proposals/jabber/src TestClient.java Test.java Log: Fixing a bug in Jabber mes

Re: Stateful Web Services

2003-01-15 Thread Toshiyuki Kimura
Hi Steve, > -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 8:12 AM > To: [EMAIL PROTECTED] > Subject: Re: Stateful Web Services : > The weakness of cookies is they are transport specific and very dependen

cvs commit: xml-axis/java build.xml

2003-01-15 Thread stevel
stevel 2003/01/15 17:26:15 Modified:java build.xml Log: improving java dependency checking; this reduces the no. of changes which need a clean build to take. This task works by extracting the import info from .class files (and caching it), then deletes class files that are out

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

2003-01-15 Thread Steve Loughran
- Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 15:43 Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java > > +1 to the concept > > -0 to the implementation > > Wouldn't it be clearer to call it

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

2003-01-15 Thread Glen Daniels
+1 to the concept -0 to the implementation Wouldn't it be clearer to call it dumpToEncodedString() or somesuch and avoid the boolean arg? --Glen > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 6:31 PM > To: [EMAIL PROTECTED

DO NOT REPLY [Bug 16147] - AxisFaults printed in GET ?wsdl messages vulnerable to cross site scripting attacks

2003-01-15 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 AxisServlet.java

2003-01-15 Thread stevel
stevel 2003/01/15 15:31:51 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: bug 16147; faults are only written to HTML in one place, and we use the new AxisFault.dumpFault(boolean) method to escape them; same for the localised mesage. Revision Changes

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

2003-01-15 Thread stevel
stevel 2003/01/15 15:30:40 Modified:java/src/org/apache/axis AxisFault.java Log: bug 16147; extend dumpString() to allow for the option to escape all fault strings. This is an option as we dont want it during debugging, just html display. Revision ChangesPath 1.67

DO NOT REPLY [Bug 16147] New: - AxisFaults printed in GET ?wsdl messages vulnerable to cross site scripting attacks

2003-01-15 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 16083] - WSDL2Java suddenly breaking with NPE

2003-01-15 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: cvs commit: xml-axis/java/src/org/apache/axis/description OperationDesc.java

2003-01-15 Thread Glen Daniels
Thanks for the fix, James! However, um, wouldn't just adding "else { param = null; }" to the final if in the earlier version have been a little simpler? --G > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 5:05 PM > To: [EMAIL

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

2003-01-15 Thread jmsnell
jmsnell 2003/01/15 15:11:18 Modified:java/src/org/apache/axis/description OperationDesc.java Log: Fixing a minor oops Revision ChangesPath 1.32 +2 -2 xml-axis/java/src/org/apache/axis/description/OperationDesc.java Index: OperationDesc.java ==

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

2003-01-15 Thread James M Snell
The Axis part of the problem, yes. See the bug detail for full info. - 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 c

DO NOT REPLY [Bug 16141] - Wrong return ParameterDesc returned during deserialization when using a split WSDL description

2003-01-15 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: cvs commit: xml-axis/java/src/org/apache/axis/description OperationDesc.java

2003-01-15 Thread Davanum Srinivas
James, Does this fix the problem? (16141) Thanks, dims --- [EMAIL PROTECTED] wrote: > jmsnell 2003/01/15 14:04:39 > > Modified:java/src/org/apache/axis/description OperationDesc.java > Log: > Fixing a problem with the getOutputParamByQName method. See bug #16141 > > Revision

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

2003-01-15 Thread jmsnell
jmsnell 2003/01/15 14:04:39 Modified:java/src/org/apache/axis/description OperationDesc.java Log: Fixing a problem with the getOutputParamByQName method. See bug #16141 Revision ChangesPath 1.31 +13 -9 xml-axis/java/src/org/apache/axis/description/OperationDesc.

DO NOT REPLY [Bug 16141] - Wrong return ParameterDesc returned during deserialization when using a split WSDL description

2003-01-15 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 16141] - Wrong return ParameterDesc returned during deserialization when using a split WSDL description

2003-01-15 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 16141] - Wrong return ParameterDesc returned during deserialization when using a split WSDL description

2003-01-15 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 16141] New: - Wrong return ParameterDesc returned during deserialization when using a split WSDL description

2003-01-15 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/xmls targets.xml

2003-01-15 Thread stevel
stevel 2003/01/15 12:50:58 Modified:java/xmls targets.xml Log: using inheritAll to pass down the current env settings to the transport sample. This sample is special in that by setting the dir param of the call, we are moving its base dir from axis.home to axis.home/samples/t

Re: [GUMP] Build Failure - Axis

2003-01-15 Thread Steve Loughran
home\rubys\jakarta\xml-xerces2\java\build\xmlP arserAPIs.jar;\home\rubys\jakarta\xml-xerces2\java\build\xercesImpl.jar;\hom e\rubys\jakarta\xml-axis\java;\usr\java\j2sdk1.4.1_01\jr! > e\lib\rt.jar;\home\rubys\jakarta\jakarta-oro\jakarta-oro-20030115.jar;\home\ rubys\jakarta\jakarta-ant\dist\lib\

Re: Call Parameter details

2003-01-15 Thread Doug Davis
You've got to be kidding! :-) What if you don't have WSDL - say you're handed a Call object and just want to query it? -Dug Davanum Srinivas <[EMAIL PROTECTED]> on 01/15/2003 03:25:58 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: Call Parameter detail

Re: Call Parameter details

2003-01-15 Thread Davanum Srinivas
Yep...I had to jump thru hoops to get this to work - xml-axis/java/samples/client/DynamicInvoker.java Thanks, dims --- James M Snell <[EMAIL PROTECTED]> wrote: > Question: why isn't there a way to list the input/output parameters that > have been configured on the org.apache.axis.client.Call obj

Call Parameter details

2003-01-15 Thread James M Snell
Question: why isn't there a way to list the input/output parameters that have been configured on the org.apache.axis.client.Call object? Example, using the code below, I can initialize a call object from WSDL, but never see what parameters the initialization added to the Call. Service servi

Fw: MessageElement is not for mortals

2003-01-15 Thread James M Snell
FYI: Attached is a note from an IBM researcher who has been using Axis to create some demos for the IBM Web Services Toolkit. It details from issues she has had to deal with in regards to the MessageElement class. After the 1.1 Release, I will work on incorporating her suggested enhancements i

RE: cvs commit: xml-axis/addons - New directory

2003-01-15 Thread James M Snell
I debated that, but figured that the addons should exist on essentially the same level as proposals and stay out of the main java distribution tree. - James Snell IBM Emerging Technologies [EMAIL PROTECTED] (559) 587-1233 (office) (700) 544-9035 (t/l) Programming Web Ser

DO NOT REPLY [Bug 15837] - Attachments fail if in the wrong order

2003-01-15 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 16110] New: - Fault Code empty on the client if AxisFault is subclassed

2003-01-15 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 16099] - currentContent not set in SOAPPart object when created

2003-01-15 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 16098] - NullPointerException in SOAPPart.setContent

2003-01-15 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 SOAPPart.java

2003-01-15 Thread dims
dims2003/01/15 06:06:09 Modified:java/src/org/apache/axis/i18n resource.properties java/src/org/apache/axis SOAPPart.java Log: Fix for Bug 16098 - NullPointerException in SOAPPart.setContent from [EMAIL PROTECTED] (Claus Nyhus Christensen) Fix for Bug 16099

DO NOT REPLY [Bug 16099] - currentContent not set in SOAPPart object when created

2003-01-15 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 16098] - NullPointerException in SOAPPart.setContent

2003-01-15 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/wsdl/toJava JavaGeneratorFactory.java

2003-01-15 Thread dims
dims2003/01/15 05:53:07 Modified:java/src/org/apache/axis/wsdl/toJava JavaGeneratorFactory.java Log: getTypes() is not necessary if all we are interested are Types and Not Elements, so just use getTypeIndex Revision ChangesPath 1.33 +5 -9

[GUMP] Build Failure - Axis

2003-01-15 Thread Sam Ruby
ommons\java\external\build\xml-apis.jar;\home\rubys\jakarta\xml-xerces2\java\build\xmlParserAPIs.jar;\home\rubys\jakarta\xml-xerces2\java\build\xercesImpl.jar;\home\rubys\jakarta\xml-axis\java;\usr\java\j2sdk1.4.1_01\jre\lib\rt.jar;\home\rubys\jakarta\jakarta-oro\jakarta-oro-20030115.jar;\home

DO NOT REPLY [Bug 16083] - WSDL2Java suddenly breaking with NPE

2003-01-15 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/wsdl/symbolTable SymbolTable.java

2003-01-15 Thread dims
dims2003/01/15 05:38:34 Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java Log: Fix for Bug 16083 - WSDL2Java suddenly breaking with NPE Notes: - If we dont find type="???" in mime:content set it by default to text/plain. - probably broke when i was addi

RE: cvs commit: xml-axis/addons - New directory

2003-01-15 Thread Glen Daniels
Should this be xml-axis/java/addons? --Glen > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 12:23 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: xml-axis/addons - New directory > > > jmsnell 2003/01/14 21:23:19 > >

cvs commit: xml-axis-wsif/java/doc RELEASE_TASKS.txt

2003-01-15 Thread owenb
owenb 2003/01/15 04:15:20 Modified:java/doc RELEASE_TASKS.txt Log: Completed task of changing doc file extensoins to .html Revision ChangesPath 1.20 +2 -2 xml-axis-wsif/java/doc/RELEASE_TASKS.txt Index: RELEASE_TASKS.txt

cvs commit: xml-axis-wsif/java/doc/wsdl_extensions jms_bindings.htm

2003-01-15 Thread owenb
owenb 2003/01/15 03:48:11 Removed: java/doc faq.htm run.htm how_to_provider.htm build.htm trace.htm tests.htm how_to_wsdl_extensions.htm mime_attachments.htm java/doc/wsdl_extensions/j2c_extensions w

DO NOT REPLY [Bug 16098] - NullPointerException in SOAPPart.setContent

2003-01-15 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 16098] - NullPointerException in SOAPPart.setContent

2003-01-15 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 16098] - NullPointerException in SOAPPart.setContent

2003-01-15 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 16099] - currentContent not set in SOAPPart object when created

2003-01-15 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 16099] - currentContent not set in SOAPPart object when created

2003-01-15 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 16099] New: - currentContent not set in SOAPPart object when created

2003-01-15 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 16098] - NullPointerException in SOAPPart.setContent

2003-01-15 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 16098] - NullPointerException in SOAPPart.setContent

2003-01-15 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 16098] New: - NullPointerException in SOAPPart.setContent

2003-01-15 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 16097] New: - xml schema anyType not set in WSDL

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