Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 7382 invoked from network); 9 Jul 2004 18:10:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Jul 2004 18:10:28 -0000 Received: (qmail 73441 invoked by uid 500); 9 Jul 2004 18:10:24 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 73304 invoked by uid 500); 9 Jul 2004 18:10:23 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 73283 invoked by uid 99); 9 Jul 2004 18:10:22 -0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_POST,PLING_PLING X-Spam-Check-By: apache.org Received: from [64.4.47.46] (HELO hotmail.com) (64.4.47.46) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 09 Jul 2004 11:10:19 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 9 Jul 2004 11:10:18 -0700 Received: from 221.153.37.47 by by9fd.bay9.hotmail.msn.com with HTTP; Fri, 09 Jul 2004 18:10:17 GMT X-Originating-IP: [221.153.37.47] X-Originating-Email: [gunsnroz@hotmail.com] X-Sender: gunsnroz@hotmail.com From: =?ks_c_5601-1987?B?w9Ygwb7B+A==?= To: dims@apache.org, gdaniels@sonicsoftware.com Cc: axis-tck@ws.apache.org, axis-dev@ws.apache.org, tomj@macromedia.com Bcc: Subject: Re: Good to GO!!! Date: Sat, 10 Jul 2004 03:10:17 +0900 Mime-Version: 1.0 Content-Type: text/plain; charset=ks_c_5601-1987; format=flowed Message-ID: X-OriginalArrivalTime: 09 Jul 2004 18:10:18.0353 (UTC) FILETIME=[FDCEFE10:01C465DF] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all and Dims, Glen, Tom. The guys in Tmax Soft have another solution for this issue. Roughly, we modifed SerializationContextImpl, RPCElement, Call, RPCProvider and added a new class, DOM2EventRecorder. I think that our patch will keep the backward API compatibility. I'd like you to review our patch. I'll upload the patch to JIRA tomorrow because I need time to merge this patch to Axis nightly build. I hope our patch is acceptable to Axis. IMO, if JBoss and JonAS guys can submit anothoer patch, we can choose the most sutiable one between them. /Jongjin. TmaxSoft Webservices Team >From: Davanum Srinivas >Reply-To: dims@apache.org >To: Glen Daniels >CC: axis-tck@ws.apache.org, dims@apache.org, axis-dev@ws.apache.org, tomj@macromedia.com >Subject: Re: Good to GO!!! >Date: Thu, 8 Jul 2004 19:50:45 -0400 > >Glen, > >If you can show me how RPCParam is exposed to Axis users, i'll either >fix the situation by some refactoring magic (or) by rolling everything >back. I am not planning to make any more checkins till this issue is >resolved one way or another and the release finalized. > >thanks, >dims > >On Thu, 8 Jul 2004 17:35:07 -0400, Glen Daniels > wrote: > > > > Hm... I was going to say that the output param situation is common > > enough that that might be a showstopper on its own, but looking at > > Call.java:2462, it appears that we don't actually even put the RPCParam > > on the outputParams list?!? I'm confused. > > > > --Glen > > > > > > > > > -----Original Message----- > > > From: Davanum Srinivas [mailto:davanum@gmail.com] > > > Sent: Thursday, July 08, 2004 5:29 PM > > > To: axis-dev@ws.apache.org > > > Cc: tomj@macromedia.com; axis-tck@ws.apache.org; dims@apache.org > > > Subject: Re: Good to GO!!! > > > > > > Glen, > > > > > > Do you have a problem with just the "call.getOutputParams()" > > > situation? i don't see any others that expose RPCParam.... > > > > > > thanks, > > > dims > > > > > > On Thu, 8 Jul 2004 17:21:49 -0400, Glen Daniels > > > wrote: > > > > > > > > OK, so dims, I'm going to -1 this change for this > > > release... can you > > > > back it out please? I'm really sorry, but I think this is > > > too big a > > > > hit for our users to take. If we really need to support > > > the SAAJ API all the way down through RPCElements, then we'll > > > have to do it by creating child MessageElements and keeping > > > them in sync with the RPCParams, at least for now.... > > > > > > > > --Glen > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Eric.D.Friedman@wellsfargo.com > > > > > [mailto:Eric.D.Friedman@wellsfargo.com] > > > > > Sent: Thursday, July 08, 2004 12:19 PM > > > > > To: axis-dev@ws.apache.org; tomj@macromedia.com; > > > > > axis-tck@ws.apache.org > > > > > Cc: dims@apache.org > > > > > Subject: RE: Good to GO!!! > > > > > > > > > > Agreed, I've written code that works around the current > > > > > (incorrect) behavior. This is one of those pay me now/ > > > pay me later > > > > > choices -- either way, you have to pay. > > > > > > > > > > > -----Original Message----- > > > > > > From: Glen Daniels [mailto:gdaniels@sonicsoftware.com] > > > > > > Sent: Thursday, July 08, 2004 7:43 AM > > > > > > To: Tom Jordahl; axis-tck@ws.apache.org > > > > > > Cc: dims@apache.org; axis-dev@ws.apache.org > > > > > > Subject: RE: Good to GO!!! > > > > > > > > > > > > > > > > > > > > > > > > call.getOutputParams(), among other places. Pretty > > > > > critical, I'd say. > > > > > > > > > > > > --Glen > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: Tom Jordahl [mailto:tomj@macromedia.com] > > > > > > > Sent: Thursday, July 08, 2004 10:39 AM > > > > > > > To: 'axis-tck@ws.apache.org'; Glen Daniels > > > > > > > Cc: 'dims@apache.org'; 'axis-dev@ws.apache.org' > > > > > > > Subject: RE: Good to GO!!! > > > > > > > > > > > > > > > > > > > > > Do we think that the RPCParam API is public enough to > > > be used by > > > > > > > users? > > > > > > > > > > > > > > Is it in the list of classes we promised not too muck > > > with (do > > > > > > > we actually have that list? I know we wanted to have one)? > > > > > > > > > > > > > > Clearly our tests use it, but what is the use case > > > for Axis users? > > > > > > > > > > > > > > -- > > > > > > > Tom Jordahl > > > > > > > Macromedia Server Development > > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: Davanum Srinivas [mailto:davanum@gmail.com] > > > > > > > Sent: Thursday, July 08, 2004 10:33 AM > > > > > > > To: Glen Daniels > > > > > > > Cc: dims@apache.org; axis-tck@ws.apache.org; > > > > > axis-dev@ws.apache.org > > > > > > > Subject: Re: Good to GO!!! > > > > > > > > > > > > > > Glen, > > > > > > > > > > > > > > That's why i am making this change now rather than > > > later....if > > > > > > > we get lot of feedback from users, then we will have > > > to back it > > > > > > > out somehow. > > > > > > > > > > > > > > -- dims > > > > > > > > > > > > > > On Thu, 8 Jul 2004 10:30:21 -0400, Glen Daniels > > > > > > > wrote: > > > > > > > > > > > > > > > > Sweet! Thanks for the hard work dims! > > > > > > > > > > > > > > > > One question about the RPCParam change, though - if I'm > > > > > > reading it > > > > > > > > right, the getValue() call on RPCParam now returns the text > > > > > > > value as > > > > > > > > per the SAAJ API, and the getObjectValue() is used to get > > > > > > > the actual > > > > > > > > value object. This seems REALLY bad to me, in that there > > > > > > > might be a > > > > > > > > lot of preexisting code which will simply break when > > > > > this change > > > > > > > > occurs, and not in a very clean/easy-to-understand way > > > > > > either. I'm > > > > > > > > pretty tempted to -1 this... what do others think? If > > > > > > > we're going to > > > > > > > > make a change like this, it seems to me that we should at > > > > > > > least give > > > > > > > > one release's worth of warning to developers..... > > > > > > > > > > > > > > > > --Glen > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > From: Davanum Srinivas [mailto:davanum@gmail.com] > > > > > > > > > Sent: Thursday, July 08, 2004 10:17 AM > > > > > > > > > To: axis-tck@ws.apache.org; axis-dev@ws.apache.org; > > > > > > Glen Daniels; > > > > > > > > > Glen Daniels > > > > > > > > > Subject: Good to GO!!! > > > > > > > > > > > > > > > > > > Glen, > > > > > > > > > > > > > > > > > > Ran both TCK's this morning....We're good to go for the > > > > > > > beta release. > > > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > dims > > > > > > > > > -- > > > > > > > > > Davanum Srinivas - http://webservices.apache.org/~dims/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > Davanum Srinivas - http://webservices.apache.org/~dims/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Davanum Srinivas - http://webservices.apache.org/~dims/ > > > > > > > > > > >-- >Davanum Srinivas - http://webservices.apache.org/~dims/ _________________________________________________________________ ��ŭ�� ������ ������ ����ü ��Ȱ... ���� MSN Ŀ�´�Ƽ���� �����ϼ���! http://groups.msn.com/?pgmarket=ko-kr