Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 27332 invoked from network); 10 Jan 2005 14:21:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Jan 2005 14:21:18 -0000 Received: (qmail 91438 invoked by uid 500); 10 Jan 2005 14:21:17 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 91423 invoked by uid 500); 10 Jan 2005 14:21:17 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 91408 invoked by uid 99); 10 Jan 2005 14:21:17 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 10 Jan 2005 06:21:16 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j0AELC2d001647 for ; Mon, 10 Jan 2005 15:21:12 +0100 Message-ID: <1618837592.1105366872713.JavaMail.jira@ajax.apache.org> Date: Mon, 10 Jan 2005 15:21:12 +0100 (CET) From: "Samisa Abeysinghe (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXISCPP-366) getFirstTransportPropertyKey() returns NULL In-Reply-To: <1140720837.1105108212693.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-366?page=comments#action_57470 ] Samisa Abeysinghe commented on AXISCPP-366: ------------------------------------------- getFirstTrasportProperty (n missing) is deprecated (and documented in header file) and should be changed to getFirstTransportProperty(). Hence I will change the test case, rather than the header. Those wrongly spelled method names soon will be removed from the headers (hopefully before 1.5 is done) I do not think it is required to keep the wrong spelled methods for the sake of backward compatibility. > getFirstTransportPropertyKey() returns NULL > ------------------------------------------- > > Key: AXISCPP-366 > URL: http://issues.apache.org/jira/browse/AXISCPP-366 > Project: Axis-C++ > Type: Bug > Reporter: Manohar > > Hi, > The getFirstTransportProperty() function in Stub class returns NULL. The test which is written to test the properties of transport has found this bug with latest builds. This function used to return the FirstTransportKey previously. But now it's not. Here is the code > const char* transprop1; > transprop1= ws.getFirstTrasportPropertyKey(); > if(transprop1==NULL) > printf("NULL \n"); > else > cout << "first transport property key is = "<< transprop1; > I've compared the Stub.hpp of the latest builds with that of the old builds and found the following change.I think these changes were put in by Samisa. > In old build, > const char* getFirstTrasportPropertyKey(); > and in new build it's changed to > const char* getFirstTrasportPropertyKey() {return NULL;}; > The same changes are included in other TransportPropertyKey related functions also. > Regards > Manohar -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira