Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 41871 invoked from network); 14 Oct 2004 01:52:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Oct 2004 01:52:42 -0000 Received: (qmail 2690 invoked by uid 500); 14 Oct 2004 01:52:42 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 2668 invoked by uid 500); 14 Oct 2004 01:52:41 -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 2654 invoked by uid 99); 14 Oct 2004 01:52:41 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [66.218.92.52] (HELO web40623.mail.yahoo.com) (66.218.92.52) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 13 Oct 2004 18:52:41 -0700 Message-ID: <20041014015239.4466.qmail@web40623.mail.yahoo.com> Received: from [203.143.137.143] by web40623.mail.yahoo.com via HTTP; Wed, 13 Oct 2004 18:52:39 PDT Date: Wed, 13 Oct 2004 18:52:39 -0700 (PDT) From: Samisa Abeysinghe Subject: Re: changes To: Apache AXIS C Developers List In-Reply-To: <20041013194922.35632.qmail@web41311.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --- Valentin Kuznetsov wrote: > Hi, > I'd like to add a few changes. > 1) Remove hardcoded /usr/local/lib on UNIX platforms > and leave libaxis_xmlparser.so etc to be defined at > run time by LD_LIBRARY_PATH. I hope you mean values hard coded in src/common/AxisConfig.cpp. Actually these are not really hard coded valies, rather default values to be used, in case one has not specified parser/transport lib locations and client/server log locations. (It is not /usr/local/lib, rahter /usr/local/axiscpp_deploy/lib or /usr/local/axiscpp_deploy/log with /usr/local/axiscpp_deploy being the assumed default Axis C++ deployment folder) The parser, transport abstraction layers load the libs dynamically and thus the conf file should say what lib to load. However, I agree that, if we give only the lib name (instead of full path to lib) to dlopen() and have that lib on LD_LIBRATY_PATH that would work. Anyway with the current model too, the user have enough flexibility with axiscpp.conf, I guess. (as an exmple rather than copying libaxis_xercesc.so or libaxis_expat.so to libaxis_xmlparser.so whenever you wish to change the parser lib you can edit the axiscpp.conf and switch parsers - the same applies to the transport layer.) > 2) Add namespace around all enums. I found that Axis > conflicts with other software we use who also have > enum with CRITICAL, INFO, WARN keywords. If we'll wrap > those enum in axis into axis specific namespace all > existing and potential future problems will go away. > +1 Samisa... > Any objections? > Valentin. > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - You care about security. So do we. > http://promotions.yahoo.com/new_mail > _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com