Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 56852 invoked from network); 21 Jan 2005 11:13:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jan 2005 11:13:26 -0000 Received: (qmail 85016 invoked by uid 500); 21 Jan 2005 11:13:25 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 84974 invoked by uid 500); 21 Jan 2005 11:13:24 -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 84956 invoked by uid 99); 21 Jan 2005 11:13:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of samisa.abeysinghe@gmail.com designates 64.233.184.201 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.201) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 21 Jan 2005 03:13:22 -0800 Received: by wproxy.gmail.com with SMTP id 36so95974wra for ; Fri, 21 Jan 2005 03:13:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=mv4EStOSsT+moHad1ArOrT81I7DgWZSJxYq4x3XqrVh4upYZUWbFSRFXgle6emdQbmsTqYKxFIjXKKQaF/jk8Si1eVxlQIAwrLvz9OTVL204GXBYQlWwDjMbP5ez6Y0/TmNErXPjsYc8jI1t8+AVG9WHUePZtcPl1GnA5UmBQ9E= Received: by 10.54.21.9 with SMTP id 9mr702774wru; Fri, 21 Jan 2005 03:13:19 -0800 (PST) Received: by 10.54.28.30 with HTTP; Fri, 21 Jan 2005 03:13:19 -0800 (PST) Message-ID: Date: Fri, 21 Jan 2005 11:13:19 +0000 From: Samisa Abeysinghe Reply-To: Samisa Abeysinghe To: Apache AXIS C Developers List Subject: Re: Axis c++ 1.5 release plan (draft 2) In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Fred, I figured out the problem. There was an error in the Makefile.am - two files missing. BTW, you must have used ant. Now it is working (with your tip on copying non-ssl channel to ssl channel) but I get a segfault from ChannelFactory destructor on line: DELETE_OBJECT3 sDelete = (DELETE_OBJECT3) PLATFORM_GETPROCADDR( m_LibHandler[iCount], DELETE_FUNCTION3); Will have a look into to that. Thanks, Samisa... On Fri, 21 Jan 2005 10:54:59 +0000, Samisa Abeysinghe wrote: > Hi Fred, > I did a fresh checkout and tried it again but no luck on Linux. > Digging a bit further into the code, with debug I see that it > throws me an exception from within > ChannelFactory::LoadChannelLibrary(). It runs into if( !sLibHandler) > block. However, printing the pcLibraryName on output indicates the > file name to the .so file on my system is correct. But for some reason > the PLATFORM_LOADLIB seem to fail. > Any thoughts please? > Thanks, > Samisa... > > On Fri, 21 Jan 2005 09:47:03 +0000, Fred Preston wrote: > > > > > > Hi Samisa, > > I ran the new Axis3 transport last night and it worked fine. I will > > download the latest build now and retry... > > > > P.S. I had to delete the built http_channelssl.so and copy/rename > > http_channel.so to http_channelssl.so as I did not have the correct openSSL > > libraries. > > > > Regards, > > > > Fred Preston. > > Software Engineer > > CWSS > > > > Mail Point 127, IBM Hursley Park > > Winchester, Hampshire, SO21 2JN, UK > > Notes id: Fred Preston/UK/IBM @ IBMGB > > Internet: prestonf@uk.ibm.com > > Tel: +44 1962 817180 > > Internal: 247180 > > > > Samisa Abeysinghe > > > > @gmail.com> cc: > > Subject: Re: Axis c++ 1.5 release plan (draft 2) > > 21/01/05 09:01 > > Please respond to > > "Apache AXIS C > > Developers List" > > > > > > Hi Sanjaya, > > Given that we are facing couple of challenges with axis3 transport > > on Linux, do you think Jan 25th code freeze would be possible. > > I am trying to identify the problem and I think Fred is also > > looking into the problem. > > Axis3 transport is important as it has the proper SSL support > > implemented. > > > > Thanks, > > Samisa... > > > > On Wed, 19 Jan 2005 16:41:50 +0600, sanjaya singharage > > wrote: > > > (Second draft of the release plan.) > > > > > > Hi all, > > > I would like to volunteer to be the release manager for the Axis C++ 1.5 > > > release. > > > > > > A draft Release Plan is presented below using the current items found in > > the > > > wiki at http://wiki.apache.org/ws/FrontPage/AxisC_2b_2b/ToDo1.5 . > > > Please update the wiki of any more items that are applicable to the 1.5 > > > release that developers are working on. > > > > > > Also we need to decide on dates for code freeze etc. and release dates at > > > the bottom. > > > Please comment. > > > > > > > > > > > > This is the release plan (draft) for Axis C++ version 1.5. Given below is > > a > > > snapshot > > > of all the changes for 1.5 since the 1.4 version. > > > > > > Changes from 1.4 to 1.5: > > > > > > C support - http://issues.apache.org/jira/browse/AXISCPP-210 > > > Memory clean-up and fix - > > http://issues.apache.org/jira/browse/AXISCPP-149 > > > Improve HTTP Support - http://issues.apache.org/jira/browse/AXISCPP-176 > > > Improvement of Web Site > > > > > > a.Web-site should be made more or less like Axis-Java website for ease of > > > use > > > > > > b.More user oriented and less developer oriented > > > Fault mapping (stub level) > > > Add support for xsd:any type > > > Ability to add custom headers > > > "100 Continue" support in axis2 transport > > > http://issues.apache.org/jira/browse/AXISCPP-311 > > > Proxy support for axis2 transport > > > http://issues.apache.org/jira/browse/AXISCPP-325 > > > Numerous memory leak fixes > > > > > > > > > > > > > > > Details on these features could be found on JIRA and the AxisCpp TODO > > wiki > > > page at http://wiki.apache.org/ws/FrontPage/AxisC_2b_2b/ToDo1.5 > > > > > > Release Criteria: > > > > > > - Functional tests pass > > > - Test on installation procedures > > > - Test on different versions of Apache web server(1.3.xx, 2.0.xx) > > > - Test samples on different platforms (Linux, Microsoft Windows) > > > - Fix blockers and most critical bugs that applies to 1.4 > > > > > > Dates: > > > > > > The following are the proposed dates for the release, opinions please: > > > Code freeze January 25, 2005 ?? > > > Release alpha version January 28, 2005 ?? > > > Release beta version ?? > > > Release 1.4 February 28, 2005 ?? > > > > > > > > > sanjaya. > > > > > > > >