Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 14985 invoked from network); 13 Jul 2006 16:04:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2006 16:04:24 -0000 Received: (qmail 50249 invoked by uid 500); 13 Jul 2006 16:04:20 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 50194 invoked by uid 500); 13 Jul 2006 16:04:20 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 50183 invoked by uid 99); 13 Jul 2006 16:04:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 09:04:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of david.illsley@uk.ibm.com designates 195.212.29.137 as permitted sender) Received: from [195.212.29.137] (HELO mtagate4.uk.ibm.com) (195.212.29.137) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 09:04:18 -0700 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate4.uk.ibm.com (8.13.6/8.13.6) with ESMTP id k6DG3vj7026798 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 13 Jul 2006 16:03:57 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k6DG5Tht142116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 13 Jul 2006 17:05:29 +0100 Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k6DG3ukj003702 for ; Thu, 13 Jul 2006 17:03:56 +0100 Received: from d06ml062.portsmouth.uk.ibm.com (d06ml062.portsmouth.uk.ibm.com [9.149.38.82]) by d06av04.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k6DG3u05003699 for ; Thu, 13 Jul 2006 17:03:56 +0100 In-Reply-To: <19e0530f0607101432i2ff8b18dic9666e7b0b2097d5@mail.gmail.com> To: axis-dev@ws.apache.org Subject: Re: [Axis2] Fwd: svn commit: r420634 - /webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF85 November 04, 2005 Message-ID: From: David Illsley Date: Thu, 13 Jul 2006 17:05:38 +0100 X-MIMETrack: Serialize by Router on D06ML062/06/M/IBM(Release 6.5.5HF268 | April 6, 2006) at 13/07/2006 17:05:38, Serialize complete at 13/07/2006 17:05:38 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've worked through this with Dan and the problem has been fixed since 1.0 :-) See http://svn.apache.org/viewvc?view=rev&revision=421296 for permanent MUSE-30 fix. David "Davanum Srinivas" wrote on 07/10/2006 10:32:23 PM: > Can we please fix this? > > ---------- Forwarded message ---------- > From: danj@apache.org > Date: Jul 10, 2006 5:24 PM > Subject: svn commit: r420634 - > /webservices/muse/trunk/modules/muse-platform- > axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java > To: muse-cvs@ws.apache.org > > > Author: danj > Date: Mon Jul 10 14:24:03 2006 > New Revision: 420634 > > URL: http://svn.apache.org/viewvc?rev=420634&view=rev > Log: > Temporary fix for MUSE-30 - when an EPR is read from Axis2's WS-A, we > check the wsa:Metadata field, > and if there are any elements inside, copy them to > wsa:ReferenceParameters. This will allow everyone > to use the code with our own client until we can get a real fix with > the help of the Axis2 team. > > Modified: > webservices/muse/trunk/modules/muse-platform- > axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java > > Modified: webservices/muse/trunk/modules/muse-platform- > axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java > URL: http://svn.apache. > org/viewvc/webservices/muse/trunk/modules/muse-platform- > axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java? > rev=420634&r1=420633&r2=420634&view=diff > ============================================================================== > --- webservices/muse/trunk/modules/muse-platform- > axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java > (original) > +++ webservices/muse/trunk/modules/muse-platform- > axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java > Mon Jul 10 14:24:03 2006 > @@ -214,11 +214,9 @@ > // FIXME: for some reason, Axis2 is adding the > reference parameters > // to the Metadata section of the EPR, even though the > // IsReferenceParameter attribute is qualified > with the WS-A > - // namespace. if this cannot be fixed > immediately, a hack to > - // swap metadata to parameters should be added > here (and it > - // should look like the code below). > + // namespace. the code below is a temporary hack > until we can > + // get some help from the Axis2 mailing list. > // > - /* > Element metadata = XmlUtils.getElement(eprXML, > WsaConstants.METADATA_QNAME); > > if (metadata != null) > @@ -237,7 +235,10 @@ > params.appendChild(children[n]); > } > } > - */ > + > + // > + // end of glorious hack > + // > > return new EndpointReference(eprXML); > } > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org > For additional commands, e-mail: muse-commits-help@ws.apache.org > > > > -- > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-dev-help@ws.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org