Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 94426 invoked from network); 5 Mar 2006 20:45:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Mar 2006 20:45:06 -0000 Received: (qmail 14732 invoked by uid 500); 5 Mar 2006 20:45:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 14683 invoked by uid 500); 5 Mar 2006 20:45:50 -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 14672 invoked by uid 99); 5 Mar 2006 20:45:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Mar 2006 12:45:50 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.191.87.95] (HELO web37612.mail.mud.yahoo.com) (209.191.87.95) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 05 Mar 2006 12:45:49 -0800 Received: (qmail 54200 invoked by uid 60001); 5 Mar 2006 20:45:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Fwin8ae5GWnD1kbR3peeEwTCggCfyK6m83wHVt1k/5qGagxEOTudHSGX/ZQaJbxc8EGljI5Z0s5jlzUBO+9RJCLjggRjuvr5XzPAx1QZWwFsqqQ4iXdLxeGK3YLg9tGS3TaId5ICM0kPMnT13umk41zGqtVASitGMz912LRZZxU= ; Message-ID: <20060305204528.54198.qmail@web37612.mail.mud.yahoo.com> Received: from [70.197.116.4] by web37612.mail.mud.yahoo.com via HTTP; Sun, 05 Mar 2006 12:45:28 PST Date: Sun, 5 Mar 2006 12:45:28 -0800 (PST) From: rick rineholt Subject: Stable revision 383125 -- minor glitch To: axis-dev@ws.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I kept failing running the tomcat test with the JMS transport not being present. Typical of Axis2.xml not found, I did notice the copy statement in the build.xml, but because for some reason, I believe it to be I played with vanilla Axis2 beforehand, I already had an axis2.xml and the copy only works if destination is older and in my particular case it was not. One solution is to add the overwrite attribute and set it to true. However in a more general perspective I'm not comfortable with just over writing some projects global artifact. Could some Axis2 users having set this deliberately not take kindly that we silently write over this? I wonder if the ServiceClient code may have for obtaining ServiceClient String tuskAxisRoot= System.getProperty("tuscany.axis2root"); tuskAxisRoot= tuskAxisRoot== null ? "." : tuskAxisRoot; new ServiceClient( new ConfigurationContextFactory().createConfigurationContextFromFileSystem(tuskAxisRoot), null); Then we could have had the in test resource of the client or local dir an Axis2.xml ( I haven't tested this ... just from eyeballing the code) BTW I have asked the Axis2 developers to restructure createConfigurationContextFromFileSystem to accept a stream and I think they were ok with it. So hopefully this will all go away. Cheers. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com