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

2003-07-09 Thread Tom Jordahl
Doh! I knew I was missing something. :-) I am back to work (sigh). -- Tom Jordahl Macromedia Server Development -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 2:53 PM To: [EMAIL PROTECTED] Subject: RE: cvs commit: xml-axis/java/src

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

2003-07-07 Thread Tom Jordahl
Eric, My understanding was that Java would take care of that when it encountered string concatenation. It would convert the x = a + b + c + .. + z; in to code that would do the smart appending. And the other way was easier to read. :-) P.S. Welcome to Open Source! -- Tom Jordahl Macromedia

RE: Goals for Axis 1.2

2003-07-07 Thread Tom Jordahl
+1 for the items Dims listed. Also: - Enhance XML Schema type support with more types (Replace the SchemaUtils.java with something else?) -- Tom Jordahl Macromedia Server Development -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 12

RE: JAX-RPC TCK - Axis 1.1

2003-07-07 Thread Tom Jordahl
TCK isn't a magic test suite. It is certainly possible that Axis was generating something wrong and still passing the test suite. -- Tom Jordahl Macromedia Server Development -Original Message- From: Michael Ryan [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 1:29 PM

RE: [VOTE] New Axis Committer: Richard Kellogg (was Re: Wiki Reformatted)

2003-06-18 Thread Tom Jordahl
+1 -- Tom Jordahl (on sabbatical, not really here :-) -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 1:34 PM To: [EMAIL PROTECTED] Subject: [VOTE] New Axis Committer: Richard Kellogg (was Re: Wiki Reformatted) I'd like to nominate

RE: cvs commit: xml-axis/java/test/wsdl/terra TerraService.WSDL build.xml

2003-06-18 Thread Tom Jordahl
in cheek. -- Tom Jordahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, June 07, 2003 5:19 PM To: [EMAIL PROTECTED] Subject: cvs commit: xml-axis/java/test/wsdl/terra TerraService.WSDL build.xml gdaniels2003/06/07 14:18:34 Modified:java/test

RE: WSDL2Java---java.io.IOException: ERROR: Fault is missing a name= attribute in operation

2003-06-18 Thread Tom Jordahl
Yup, it REALLY needs the name attribute. It uses the name to connect the 2 places where the faults are defined. If you want to rework the code to fix this, that would be cool too. -- Tom -Original Message- From: Niket Anand [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003

RE: static analysis of axis.jar with findbugs utility

2003-06-18 Thread Tom Jordahl
+1 to Eric fixing all/most of these items! I believe you are now a committer, right? Welcome aboard (and thanks for running this tool)! -- Tom Jordahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 1:22 PM To: [EMAIL PROTECTED] Subject

RE: stub.getAttachments removes them!

2003-04-04 Thread Tom Jordahl
. -- Tom Jordahl Macromedia Server Development -Original Message- From: Volkmann, Mark [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 12:16 PM To: '[EMAIL PROTECTED]' Subject: stub.getAttachments removes them! The method getAttachments in the class org.apache.axis.client.Stub has

Axis 1.1 passes the JAX-RPC TCK, VOTE for 1.1 final.

2003-04-04 Thread Tom Jordahl
I have just gotten news from our test engineer that Axis 1.1 CVS as of April 3, 2003 has passed the JAX-RPC TCK test suite. This is the last barrier preventing us from finalizing the Axis 1.1 release. I am calling for a VOTE to label the tree and build 1.1 final kits. Here is my +1! -- Tom

RE: Axis 1.1 passes the JAX-RPC TCK, VOTE for 1.1 final.

2003-04-04 Thread Tom Jordahl
Sam wrote: Is this something I can reproduce or is it totally a it works on my machine kinda thing? My GUESS is that TCK results should be reproducible. And if I have questions, will somebody answer them? Yes. But you may not like the answers (i.e. I have no idea). -- Tom Jordahl

RE: Attachment Destination - Default tmp filepath

2003-03-27 Thread Tom Jordahl
+1 This sounds like a rational approach. -- Tom Jordahl Macromedia Server Development -Original Message- From: Jens Schumann [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 12:51 PM To: [EMAIL PROTECTED] Subject: Attachment Destination - Default tmp filepath Right now axis

RE: what version of commons-discovery is being used in the latest version?

2003-03-25 Thread Tom Jordahl
:-( -- Tom Jordahl Macromedia Server Development -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 8:38 AM To: [EMAIL PROTECTED] Subject: Re: what version of commons-discovery is being used in the latest version? Never mind .. I

RE: what version of commons-discovery is being used in the latest version?

2003-03-25 Thread Tom Jordahl
in the manner described in the first link I listed above: it goes in META-INF/services/org.apache.axis.components.net.TransportClientProperties and contains the name(s) of your class(es) that implement the SPI. Hope this helps, Eric -Original Message- From: Tom Jordahl [mailto:[EMAIL

RE: UDDI support in AXIS

2003-03-25 Thread Tom Jordahl
No current support. No plans to add it, but an implementation would be a very good fit for the Apache Web Services project (http://ws.apache.org/). -- Tom Jordahl Macromedia Server Development -Original Message- From: Lilantha Darshana [mailto:[EMAIL PROTECTED] Sent: Tuesday, March

RE: WSDL2Java and SimpleType's restriction (XML Schema)

2003-03-24 Thread Tom Jordahl
Make sure you are using the --all switch. WSDL2Java won't emit stuff that isn't referenced directly unless you use this switch, then it spits out everything. (Think about people who include large Schema's but only use 1 or 2 types from it) -- Tom Jordahl Macromedia Server Development

RE: Axis1.1 release timeframe

2003-03-24 Thread Tom Jordahl
for the 1.0 release. -- Tom Jordahl Macromedia Server Development -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 6:26 PM To: axis-dev Subject: Axis1.1 release timeframe Where are we with Axis1.1 release? I ask as while valuable defects

RE: what version of commons-discovery is being used in the latest ver sion?

2003-03-24 Thread Tom Jordahl
? -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 2:55 PM To: [EMAIL PROTECTED] Subject: what version of commons-discovery is being used in the latest ver sion? The version of commons-discovery.jar

RE: WSDL2Java differences between 1.0 and 1.1

2003-03-19 Thread Tom Jordahl
James, You want to tackle this one? -- Tom Jordahl Macromedia Server Development -Original Message- From: Owen D Burroughs [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:04 PM To: [EMAIL PROTECTED] Subject: WSDL2Java differences between 1.0 and 1.1 Hi, I've noticed

RE: Axis, WSDL, and Coldfusion MX

2003-03-19 Thread Tom Jordahl
was released today (March 19, 2003) that includes the Axis 1.0 final release. Previous versions of ColdFusion MX (final, U1 U2) used Axis 1.0 beta 3. A subsequent point release will most likely contain Axis 1.1 (if we can ever stamp it DONE :-). -- Tom Jordahl Macromedia Server Development

RE: API Differences Between Axis 1.0 and Axis 1.1

2003-03-17 Thread Tom Jordahl
This is hella-sweet Dims! We should make this a permanent part of the Axis web site! -- Tom Jordahl Macromedia Server Development -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Sunday, March 16, 2003 11:12 AM To: [EMAIL PROTECTED] Subject: API Differences

RE: Axis Build System - Possible conversion to Maven

2003-03-14 Thread Tom Jordahl
plug-in. -- Tom Jordahl Macromedia Server Development -Original Message- From: Dan Diephouse [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 4:32 PM To: [EMAIL PROTECTED] Subject: Re: Axis Build System - Possible conversion to Maven Sorry, my message got cut off for some reason

RE: Axis Build System - Possible conversion to Maven

2003-03-14 Thread Tom Jordahl
Butek from IBM, worked pretty hard at making the WSDL2 framework so that it IS pluggable. Take a look at the code before complaining that we need this. venting -- Tom Jordahl Macromedia Server Development -Original Message- From: James M Snell [mailto:[EMAIL PROTECTED] Sent: Friday, March

RE: 1.1 Final (was: Re: Map/HashMap with .NET (was Re: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser MapDeserializer.java MapSerializer.java))

2003-03-12 Thread Tom Jordahl
Are we just about ready to declare the code final and do a release? +1 to that! -- Tom Jordahl Macromedia Server Development -Original Message- From: James M Snell [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 3:57 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject

RE: wsdl2java change

2003-03-11 Thread Tom Jordahl
Axis' success and acceptability. So, can we get a flag added? -Dug Tom Jordahl [EMAIL PROTECTED] on 03/11/2003 02:38:43 PM Please respond to [EMAIL PROTECTED] To:'[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: Subject:RE: wsdl2java change Hi Dug, Actually, we FIXED this to differentiate

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

2003-02-28 Thread Tom Jordahl
James, Make sure the routine isConvertable() (or something like that) has the same type of code in it. There is a routine that checks if we can do, and another that does it. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15779

2003-02-21 Thread Tom Jordahl
I think I prefer option 1, which is what I think just got committed. We should leave behavior the same unless we need to resolve a conflict. -- Tom Jordahl Macromedia Server Development -Original Message- From: James M Snell [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003

RE: Support for literal encoding

2003-02-21 Thread Tom Jordahl
Yes, Axis supports doc/lit. See the test/wsdl/interop* tests for examples. -- Tom Jordahl Macromedia Server Development -Original Message- From: Kellogg, Richard [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 9:42 AM To: Axis-Dev (E-mail) Subject: Support for literal

RE: VOTE : Should we do this patch? (was RE: Request that zero length array interop patch be applied in ti me f or 1.1 final)

2003-02-20 Thread Tom Jordahl
+1 for the patch with a switch. -- Tom Jordahl Macromedia Server Development -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 2:21 PM To: '[EMAIL PROTECTED]' Subject: VOTE : Should we do this patch? (was RE: Request that zero length

<    1   2   3   4   5