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

2003-02-01 Thread Steve Loughran
- Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 14:47 Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java > > Actually, I don't think everythi

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

2003-02-01 Thread Glen Daniels
Actually, I don't think everything should be escaped all the time, really I don't. :) I think there should be dumpToString() and dumpToSafeString(), i.e. two different methods for two different bits of functionality, rather than an overload with a flag. When not in an HTML/browser context (i.e.

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

2003-01-21 Thread Davanum Srinivas
Not yetthe PMC Proposal needs to be debated and approved :) -- dims --- Tom Jordahl <[EMAIL PROTECTED]> wrote: > > +1 > Nice work, Mr. Vice President! :-) > > -- > Tom Jordahl > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 2

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

2003-01-21 Thread Tom Jordahl
+1 Nice work, Mr. Vice President! :-) -- Tom Jordahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 10:01 AM To: [EMAIL PROTECTED] Subject: cvs commit: xml-axis/java/src/org/apache/axis/enum Use.java dims2003/01/21 09:01:

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

2003-01-20 Thread Tom Jordahl
+1 on the SOAP 1.2 enhancements and interop tests. This is much goodness! -- Tom Jordahl -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 1:14 PM To: [EMAIL PROTECTED] Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/utils

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

2003-01-20 Thread Davanum Srinivas
ok. stopping right now :) Thanks for the update. When Glen gets back, hopefully he can work on the soap1.2 interop tests. FYI, I was trying to use Bob's WSDL's @ http://www.whitemesa.net/test-soap12/soap12-test-index.htm to get server-side Impls for SOAP1.2 testing. Thanks, dims --- Tom Jorda

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

2003-01-20 Thread Tom Jordahl
> - Upgrading WSDL2Java to support WSDL 1.2 as well >(http://www.w3.org/TR/2002/WD-wsdl12-20020709/) Uh... I wouldn't do any work on this right now. The working group (which I am a member of) is busy trying to solve lots of fun problems which in the process is turning what is called WSDL 1.2

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

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

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

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

2003-01-15 Thread James M Snell
bcc Subject Re: cvs commit: xml-axis/java/src/org/apache/axis/description OperationDesc.java 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.ja

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

Re: cvs commit: xml-axis/java/src/org/apache/axis/i18n resource.properties

2003-01-09 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 22:56 Subject: cvs commit: xml-axis/java/src/org/apache/axis/i18n resource.properties > stevel 2003/01/09 22:56:32 > > Modified:java/src/org/apache/axis/transport/http AxisS

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

2003-01-09 Thread Glen Daniels
Discovered this while playing with James' WSDL - new Service("file.wsdl", qname) wasn't working. I think this fix does about the right thing, but please feel free to comment if I've missed something. --G > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent:

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

2003-01-08 Thread Steve Loughran
- Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 09:06 Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Stub.java > Steve, > > This is being exercised in the in

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

2003-01-08 Thread Davanum Srinivas
Steve, This is being exercised in the interop4/GroupG tests (indirectly). Which sends and receives attachments in mime and dime. I does not fail for me as i have all the stuff needed for attachments to work. I did not run "ant clean all-tests" without the mail*.jar. which would have caught the p

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

2003-01-08 Thread Steve Loughran
ta. Question I have is 'how did this creep in'? The stub hasnt changed for a while...something else did. And Q#2 is 'why didnt we catch this'. Do we have any tests that just create junit stubs and call them? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wed

RE: cvs commit: xml-axis/java/src/org/apache/axis/i18n resource.properties

2003-01-06 Thread Tom Jordahl
Dims, FYI - there are some hard-coded strings in this submit in SymbolTable.java -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 9:23 AM To: [EMAIL PROTECTED] Subject: cvs commit: xm

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable Utils.java

2003-01-02 Thread Davanum Srinivas
Chris, This change broke the build. PLEASE run "ant clean all-tests" from xml-axis/java directory before you check in changes. Am backing out this change. Thanks, dims --- [EMAIL PROTECTED] wrote: > haddadc 2003/01/01 14:29:14 > > Modified:java/src/org/apache/axis/wsdl/symbolTable Ut

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

2003-01-02 Thread Davanum Srinivas
Russell, Wish you a very happy and prosperous new year as well. Was working off of http://gotdotnet.com/team/xml_wsspecs/dime/WSDL-Extension-for-DIME.htm (and the WSDL's for dime-doc and dime-rpc that is a part of the SOAPBuilders Interop effort). Thanks, dims --- Russell Butek <[EMAIL PROTECT

Need Help! (Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable SchemaUtils.java SymbolTable.java)

2002-12-31 Thread Davanum Srinivas
Glen, Can you please take a look at test2MimeDOCSoapPortEchoAttachments? (get it to work?). Am getting a "Bad Types" exception trying to convert from OctetStream<->DataHandler[]...Am not sure about which is the best way to fix this problem. There's code in JavaUtils.isConvertable that deals wit

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Emitter.java

2002-12-17 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 12:45 Subject: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Emitter.java > > I've started a place to start documenting all these little undocumented options, in ref

Re: cvs commit: xml-axis/java/src/org/apache/axis/ime/internal Me ssageExchangeImpl.java

2002-12-17 Thread Steve Loughran
- Original Message - From: "James M Snell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 09:09 Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/ime/internal Me ssageExchangeImpl.java > That what history diff's are f

RE: cvs commit: xml-axis/java/src/org/apache/axis/ime/internal Me ssageExchangeImpl.java

2002-12-17 Thread James M Snell
ia Server Development -Original Message- From: James M Snell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 11:27 AM To: [EMAIL PROTECTED] Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/ime/internal Me ssageExchangeImpl.java nag nag nag :-) ... simple bu

RE: cvs commit: xml-axis/java/src/org/apache/axis/ime/internal Me ssageExchangeImpl.java

2002-12-17 Thread Tom Jordahl
2 11:27 AM To: [EMAIL PROTECTED] Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/ime/internal Me ssageExchangeImpl.java nag nag nag :-) ... simple bug fixes, nuttin' significant - James Snell IBM Emerging Technologies [EMAIL PROTECTED] (559) 587-1233 (office) (7

RE: cvs commit: xml-axis/java/src/org/apache/axis/ime/internal MessageExchangeImpl.java

2002-12-17 Thread James M Snell
'" <[EMAIL PROTECTED]> cc bcc Subject RE: cvs commit: xml-axis/java/src/org/apache/axis/ime/internal Me ssageExchangeImpl.java James, Please make SURE you include a checkin comment for ALL of your submissions. Nothing more troubling that seeing an empty CVS log message.

RE: cvs commit: xml-axis/java/src/org/apache/axis/ime/internal MessageExchangeImpl.java

2002-12-17 Thread Tom Jordahl
James, Please make SURE you include a checkin comment for ALL of your submissions. Nothing more troubling that seeing an empty CVS log message Thanks! -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Re: cvs commit: xml-axis/java/src/org/apache/axis/utils NSStack.j ava

2002-12-12 Thread Dennis Sosnoski
point we push() a new NSStack frame. We pop() on endElement()s. --G -Original Message- From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 6:35 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/utils NSStack.j ava Uhh

RE: cvs commit: xml-axis/java/src/org/apache/axis/utils NSStack.j ava

2002-12-11 Thread Glen Daniels
nal Message- > From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 6:35 PM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/utils > NSStack.j ava > > > Uhh, I think you'll also need to change &

Re: cvs commit: xml-axis/java/src/org/apache/axis/utils NSStack.j ava

2002-12-11 Thread Dennis Sosnoski
s clear out the current mappings. Does that address the problem? --Glen -Original Message- From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 5:49 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/utils NSStack.j ava A

RE: cvs commit: xml-axis/java/src/org/apache/axis/utils NSStack.j ava

2002-12-11 Thread Glen Daniels
p() during endElement will always clear out the current mappings. Does that address the problem? --Glen > -Original Message- > From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 5:49 PM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: xml

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

2002-12-11 Thread Dennis Sosnoski
able place for your energies! --Glen -Original Message- From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 4:43 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/utils NSStack.java Hi Glen, Looks like you've put the

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

2002-12-11 Thread Glen Daniels
Wednesday, December 11, 2002 4:43 PM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/utils > NSStack.java > > > Hi Glen, > > Looks like you've put the namespace stack problem back in by > restoring > the original order of o

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

2002-12-11 Thread Dennis Sosnoski
Hi Glen, Looks like you've put the namespace stack problem back in by restoring the original order of operations (call to clearFrame() before decrementing top). Am I missing something here? The problem I saw was that namespaces were pushed on the stack before the null value, so the null value

RE: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser ArraySerializer.java

2002-12-09 Thread Vidyanand Murunikkara
I will keep that in mind when i check in again :) Thanks Vidyanand -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 6:34 AM To: '[EMAIL PROTECTED]' Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser ArraySeria

RE: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser ArraySerializer.java

2002-12-09 Thread Tom Jordahl
Thanks, this was my bad. I *did* run all the tests before I checked in. BTW - a minor nit: Java/Axis coding standards require the braces {} around the if statement, even if its only a single statement. With the first brace on the same line as the if: if (msgContext != null) { endable2D = .

RE: cvs commit: xml-axis/java/src/org/apache/axis/features Featur eEnabled.java FeatureNotSupportedException.java

2002-12-04 Thread Glen Daniels
o disjoint pieces of code, both of which are potentially big and hairy". --G > -Original Message- > From: James M Snell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 04, 2002 2:37 PM > To: [EMAIL PROTECTED] > Subject: RE: cvs commit: xml-axis/java/src/org/apa

RE: cvs commit: xml-axis/java/src/org/apache/axis/features FeatureEnabled.java FeatureNotSupportedException.java

2002-12-04 Thread James M Snell
ua 1:9 Glen Daniels <[EMAIL PROTECTED]> 12/04/2002 11:31 AM Please respond to axis-dev To "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc bcc Subject RE: cvs commit: xml-axis/java/src/org/apache/axis/features Featur eEnabled.java FeatureNotSupportedException.java

RE: cvs commit: xml-axis/java/src/org/apache/axis/features FeatureEnabled.java FeatureNotSupportedException.java

2002-12-04 Thread Glen Daniels
James: Not to be a pest, but I believe I mentioned before I didn't think this interface was adequate, and we clearly had some more thinking to do on this topic, a good bit of which I've already done and would like to discuss BEFORE we do anything. I thought you'd agreed to simply remove it fo

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

2002-12-02 Thread Davanum Srinivas
OOPS...Sorry. Will fix it before noon. -- dims --- Tom Jordahl <[EMAIL PROTECTED]> wrote: > > Dims, > > This change is commented out. Is this what you wanted? > > -- > Tom Jordahl > Macromedia Server Development > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PR

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

2002-12-02 Thread Tom Jordahl
Dims, This change is commented out. Is this what you wanted? -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 4:39 PM To: [EMAIL PROTECTED] Subject: cvs commit: xml-axis/java/src/org/a

RE: cvs commit: xml-axis/java/src/org/apache/axis/encoding Serial izationContextImpl.java

2002-11-25 Thread Davanum Srinivas
Glen, The first step was to make sure that wsdl2java did not croak. Which was the oldest bug we had to date (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8419). This was what i did...The check-in and test case ensures that xsd:schema is handled both when wsdl2java is run as well as when we

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

2002-11-25 Thread Glen Daniels
Dims, a few comments about this: The dataset in the WSDL for your dataset test contains an followed by an , so it looks to me like we're picking up on the any and therefore making a MessageElement[] in the generated types. This "any" ends up picking up both the and the in the returned resu

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTabl e SchemaUtils.java

2002-11-25 Thread Davanum Srinivas
Tom, I need to tweak itNothing special needs to be documented. Just run wsdl2java, compile the generated code, write a main method to invoke the service. See test/wsdl/dataset for a sample. Thanks for the encouragement, dims --- Tom Jordahl <[EMAIL PROTECTED]> wrote: > > Once again, Dims

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable SchemaUtils.java

2002-11-25 Thread Tom Jordahl
Once again, Dims proves that he is "da MAN"! Dims, how does this work? Do we need to document it special? -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 24, 2002 9:44 AM To: [EMAIL PROTECTED] S

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

2002-11-19 Thread Steve Loughran
- Original Message - From: "Tom Jordahl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 6:29 AM Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/test AxisTestBase.java > > Hey Steve, > > What are you doing? The

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

2002-11-19 Thread Tom Jordahl
Hey Steve, What are you doing? The java/test directory has all of the test classes in it. Why are you putting something in org.apache.axis? I am confused. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday,

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

2002-11-18 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 10:52 AM Subject: cvs commit: xml-axis/java/src/org/apache/axis/transport/http HTTPSender.java > stevel 2002/11/18 10:52:05 > > Modified:java/src/org/apache/axis/transport/ht

RE: cvs commit: xml-axis/java/src/org/apache/axis/imeMessageExchangeEvent.java MessageExchangeEventListener.javaMessageExchange.java MessageExchangeFaultListener.javaMessageExchangeStatusListener.java MessageContextListener.java

2002-11-13 Thread Jaime Meritt
MessageExchange as opposed to requiring individual listeners for every event type. Thanks, Jaime -Original Message- From: Davanum Srinivas [mailto:dims@;yahoo.com] Sent: Wednesday, November 13, 2002 9:39 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-axis/java

Re: cvs commit: xml-axis/java/src/org/apache/axis/ime MessageExchangeEvent.java MessageExchangeEventListener.java MessageExchange.java MessageExchangeFaultListener.java MessageExchangeStatusListener.java MessageContextListener.java

2002-11-13 Thread Davanum Srinivas
James, Is there a summary list of items for this changes? Thanks, dims --- [EMAIL PROTECTED] wrote: > jmsnell 2002/11/12 21:24:20 > > Modified:java/src/org/apache/axis/ime/internal > MessageExchangeSendContext.java > FirstComeFirstServe

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

2002-11-05 Thread Tom Jordahl
Whooo Hooo! Dims - you are the Axis MVP for the past week or two with all these changes. +1 on the implicit header stuff. I think this will give 90% of what users want/need. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:dims@;apache.o

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

2002-11-05 Thread Chris Williamson
bingo :) > -Original Message- > From: Davanum Srinivas [mailto:dims@;yahoo.com] > Sent: Tuesday, November 05, 2002 11:49 AM > To: [EMAIL PROTECTED] > Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/message > MessageElement.java > > > :) My guess is

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

2002-11-05 Thread Davanum Srinivas
:) My guess is that you are writing a SOAP interface to mathematica :) Right? -- dims --- Chris Williamson <[EMAIL PROTECTED]> wrote: > Hmmm. I don't mind getting rid of setType all that much, as long as I can > still set the type using attributes. Which means fixing that last bug I > submitted

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

2002-11-05 Thread Davanum Srinivas
Can you please post the fix to Bugzilla? Run "cvs diff -u" from the xml-axis\java directory. Thanks, dims --- Chris Williamson <[EMAIL PROTECTED]> wrote: > Hmmm. I don't mind getting rid of setType all that much, as long as I can > still set the type using attributes. Which means fixing that la

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

2002-11-05 Thread Chris Williamson
Hmmm. I don't mind getting rid of setType all that much, as long as I can still set the type using attributes. Which means fixing that last bug I submitted :) I have a fix btw, if you would like to see it. It is pretty simple, but I am not sure it is as efficient as you would like. It is howev

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

2002-11-05 Thread Glen Daniels
Dims, I'm a little concerned about unnecessary object creations here - why not just fix the problem by checking for null accurately everywhere? I'm not quite sure about the tradeoffs involved between creating an empty ArrayList for every MessageElement vs. null-checking. --Glen > -O

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java

2002-11-01 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 12:14 PM Subject: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java > +} > + > +/** > + * Option attribute that indicates the name of

Re: cvs commit: xml-axis/java/src/org/apache/axis/ime/internal/util/handler HandlerWrapper1.java HandlerWrapper2.java

2002-10-27 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 26, 2002 14:05 Subject: cvs commit: xml-axis/java/src/org/apache/axis/ime/internal/util/handler HandlerWrapper1.java HandlerWrapper2.java >java/src/org/apache/axis/ime/internal

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java

2002-10-25 Thread Steve Loughran
- Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 12:59 Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java > Thanks Steve. no, thank you for putting up

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java

2002-10-25 Thread Davanum Srinivas
Thanks Steve. --- Steve Loughran <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "Davanum Srinivas" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, October 25, 2002 10:15 AM > Subject: Re: cvs commit: x

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java

2002-10-25 Thread Steve Loughran
- Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 10:15 AM Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java > Steve, > > Am just patching up yo

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java

2002-10-25 Thread Steve Loughran
- Original Message - From: "Tom Jordahl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 10:30 AM Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java > > I am supportive of anything that m

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java

2002-10-25 Thread Tom Jordahl
rdahl Macromedia Server Development -Original Message- From: Steve Loughran [mailto:steve_l@;iseran.com] Sent: Friday, October 25, 2002 1:19 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java Ok, I've been looking at the

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java

2002-10-25 Thread Davanum Srinivas
e like the second option, it gives us unity at the task > level, without making changes down below > > > - Original Message - > From: "Tom Jordahl" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, October 25, 2002 9:58 AM > Subject: RE: cv

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java

2002-10-25 Thread Steve Loughran
y, October 25, 2002 9:58 AM Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java > > Yes, Dims make sure you are not reversing the sense of the mapping form the command line. > That would be *VERY* bad. > > -- > Tom Jordahl > Macromedia

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java

2002-10-25 Thread Davanum Srinivas
Steve, Am just patching up your commitHere's the problem: WSDL2Java's emitter needs Key=URI and Value=PackageName, whereas Java2WSDL's emitter needs Key=PackageName and Value=URI. See putAll in the fromJava's Namespaces.java and toJava's Namespaces.java. Your check-in's this morning broke t

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java

2002-10-25 Thread Tom Jordahl
PROTECTED] Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 9:07 AM Subject: cvs commit: xml-axis/java/src/org/apache/axis/w

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java

2002-10-25 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 9:07 AM Subject: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Namespaces.java > dims2002/10/25 09:07:49 > > Modified:java/src/org/apache/axis/wsdl Java2WSDL.

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

2002-10-24 Thread Eddie Pick
It seems this introduce a bug. Works fine with the previous revision of DeserializationContextImpl.java I included a stack trace. Eddie 4156 [main] INFO org.apache.axis.enterprise - Mapping Exception to AxisFault AxisFault faultCode: {http://xml.apache.org/axis/}Server.userException faultS

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

2002-10-18 Thread Richard Sitze
Changing from a void to a non-void return type is a safe bet (that's the only signature change I noted). No problems here! *** Richard A. Sitze IBM WebSphere WebServices Development [EMAIL PROTECTED] 10/17/2002 04:13 PM Please respond to axis-dev

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java

2002-10-14 Thread Tom Jordahl
I was wondering why we were seeing that warning message from WSDL2Java. Good catch Russell! -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 4:59 PM To: [EMAIL PROTECTED] Subject: cvs co

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

2002-10-07 Thread Glen Daniels
:) > - * This is a single threaded implementation of an HTTP > server for processing > + * This is a simple implementation of an HTTP server for processing

Re: VOTE : RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/gen Parser.java

2002-10-04 Thread Sam Ruby
+1

Re: VOTE : RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/genParser.java

2002-10-04 Thread Rick Rineholt
EMAIL PROTECTED] cc:         Subject:        Re: VOTE : RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/gen  Parser.java +1 from me. thanks, dims --- Glen Daniels <[EMAIL PROTECTED]> wrote: > > All - this is a serious bug, and I think it merits the "we'll look like

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

2002-10-04 Thread Sam Ruby
Doug Davis wrote: > >> Can you do me a favor and take a look at lines 74-77 of this file? > > Yup - we're using it for demos. OK, let me be more specific. Can you look at line 74 of this file? - Sam Ruby

Re: VOTE : RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/gen Parser.java

2002-10-03 Thread Davanum Srinivas
+1 from me. thanks, dims --- Glen Daniels <[EMAIL PROTECTED]> wrote: > > All - this is a serious bug, and I think it merits the "we'll look like dorks if >it's not fixed" > label. It changes nothing except that bindings which aren't explicitly referenced >(i.e. SOAP > 1.1) are ignored when g

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

2002-10-03 Thread Doug Davis
Yup - we're using it for demos. -Dug Sam Ruby <[EMAIL PROTECTED]> on 10/03/2002 10:10:42 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/transport/http SimpleAxisServer.java Can

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

2002-10-03 Thread Glyn Normington
cc: Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/transport/http 03/10/02 15:10SimpleAxisServe

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

2002-10-03 Thread Sam Ruby
Can you do me a favor and take a look at lines 74-77 of this file? - Sam Ruby

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTableBindingEntry.java Parameter.java SymbolTable.java

2002-10-02 Thread Russell Butek
Dang! Sorry, folks. Looks like I don't know what I'm doing. I was trying to commit some header work into a branch, not the head. I COULD leave this stuff here in the head, it's only new symbol table stuff and until something uses the new symbol table info, our functionality won't change.

RE: VOTE : RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/gen Parser.java

2002-10-02 Thread Glen Daniels
n. --Glen > -Original Message- > From: Russell Butek [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 02, 2002 1:57 PM > To: [EMAIL PROTECTED] > Subject: Re: VOTE : RE: cvs commit: > xml-axis/java/src/org/apache/axis/wsdl/gen Parser.java > > > > > >

Re: VOTE : RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/gen Parser.java

2002-10-02 Thread Russell Butek
Russell Butek [EMAIL PROTECTED] Glen Daniels <[EMAIL PROTECTED]> on 10/02/2002 12:30:40 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: VOTE : RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/g

VOTE : RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/gen Parser.java

2002-10-02 Thread Glen Daniels
All - this is a serious bug, and I think it merits the "we'll look like dorks if it's not fixed" label. It changes nothing except that bindings which aren't explicitly referenced (i.e. SOAP 1.1) are ignored when generating code. This means that we won't mistakenly generate mismatched interfa

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

2002-10-02 Thread Tom Jordahl
Thanks Dims! You da (CVS) man! -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 8:14 AM To: [EMAIL PROTECTED] Subject: cvs commit: xml-axis/java/src/org/apache/axis/message SOAPFaultDet

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

2002-10-02 Thread Tom Jordahl
: xml-axis/java/src/org/apache/axis/client Service.java Tom, You accidentally added SOAPFaultDetailsBuilder.java to the head branch, and it contains code that is only in the interop4 branch. I'll let you decide how to fix this. B.T.W. I haven't reviewed your changes yet, but thanks

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

2002-10-02 Thread Tom Jordahl
01, 2002 5:44 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java I am getting compile errors. Are you sure you checked in all the changes. Getting a compiler error in SOAPFaultDetailsBuilder.java line 121: can't resolve s

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

2002-10-01 Thread R J Scheuerle Jr
cc: Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java 10/01/2002 04:43

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

2002-10-01 Thread Richard Sitze
: Subject:Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java I am getting compile errors. Are you sure you checked in all the changes. Getting a compiler error in SOAPFaultDetailsBuilder.java line 121: can't resolve symbol Service.FaultInfo Rich Sche

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

2002-10-01 Thread R J Scheuerle Jr
I am getting compile errors. Are you sure you checked in all the changes. Getting a compiler error in SOAPFaultDetailsBuilder.java line 121: can't resolve symbol Service.FaultInfo Rich Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115)

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

2002-09-27 Thread Tom Jordahl
+1 for merging that in to 1.0. (This is a preemptive vote before the weekend :-) -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 5:25 PM To: [EMAIL PROTECTED] Subject: cvs commit: xml-a

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Emitter.java

2002-09-27 Thread Tom Jordahl
Rich, You might want to make this name "parameters" for the request. This would match what .NET does and I believe trigger *their* wrapped mode processing, which would be a good thing. FYI MS also used parameters for the response too... -- Tom Jordahl Macromedia Server Development -Or

RE: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BaseSerializerFactory.java

2002-09-25 Thread Tom Jordahl
* Testing revealed a bug in DefaultTypeMappingImpl. The wrong QName was being used for org.apache.axis.types.Day. This is also fixed. Oh man! Good catch Rich. Thanks. I added this type to the comprehensive types wsdl test, why didn't it catch this goof? -- Tom Jordahl Macr

RE: cvs commit: xml-axis/java/src/org/apache/axis/types Day.java Month.java MonthDay.java NCName.java NMToken.java Name.java NormalizedString.java Token.java UnsignedByte.java UnsignedInt.java UnsignedLong.java UnsignedShort.java Year.java YearMonth.java

2002-09-24 Thread Tom Jordahl
+1 Good stuf Rich. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 11:23 AM To: [EMAIL PROTECTED] Subject: cvs commit: xml-axis/java/src/org/apache/axis/types Day.java Month.java Month

Re: cvs commit: xml-axis/java/src/org/apache/axis/i18n resource.properties

2002-09-23 Thread Davanum Srinivas
Richard, The code was a LAST resort fallback to extract server-config.wsddLet's wait for some feedback from the guys using JBoss3. Yes, the code was added to support "In some servlet environs creating isn't possible" Thanks, dims --- Richard Sitze <[EMAIL PROTECTED]> wrote: > Dims, I'm n

Re: cvs commit: xml-axis/java/src/org/apache/axis/i18n resource.properties

2002-09-23 Thread Richard Sitze
Dims, I'm not sure why your fallback is necessary.. BUT if it is then.. 1. The flow is very tricky here, to get it right. 2. Current strategy is to complete all attempts to open file if it can be found. Failing that, we fall-back to FileProvider() that can 'create' file if possible... In

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaSkelWriter.java JavaDeployWriter.java

2002-09-23 Thread Glen Daniels
, September 23, 2002 11:03 AM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava > JavaSkelWriter.java JavaDeployWriter.java > > > > Why is this commit . It makes it difficult to > review the > code. > > Ric

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJavaJavaSkelWriter.java JavaDeployWriter.java

2002-09-23 Thread R J Scheuerle Jr
Why is this commit . It makes it difficult to review the code. Rich Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: cvs commit: xml-axis/java/src/org/apache/axis/i18nMessagesConstants.java RB.java ExtendMessages.javaProjectResourceBundle.java Messages.java

2002-09-20 Thread Richard Sitze
lease respond to axis-dev To: [EMAIL PROTECTED] cc: Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/i18n MessagesConstants.java RB.java ExtendMessages.java ProjectResourceBundle.java Messages.java My focus in on the extensability of AXIS, to all

Re: cvs commit: xml-axis/java/src/org/apache/axis/i18n MessagesConstants.java RB.java ExtendMessages.java ProjectResourceBundle.java Messages.java

2002-09-20 Thread Davanum Srinivas
gt; > > *** > Richard A. Sitze > IBM WebSphere WebServices Development > > > > > Doug Davis/Raleigh/IBM@IBMUS > 09/20/2002 10:59 AM > Please respond to axis-dev > > To: [EMAIL PROTECTED] >

Re: cvs commit: xml-axis/java/src/org/apache/axis/i18nMessagesConstants.java RB.java ExtendMessages.javaProjectResourceBundle.java Messages.java

2002-09-20 Thread Richard Sitze
cc: Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/i18n MessagesConstants.java RB.java ExtendMessages.java ProjectResourceBundle.java Messages.java I don't mean this as a comment on this commit (or on Rich of course) but I'm very curious...the async support

  1   2   3   >