Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 54454 invoked by uid 500); 6 Nov 2001 17:15:27 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 54444 invoked from network); 6 Nov 2001 17:15:27 -0000 From: "James M Snell" Importance: Normal To: axis-dev@xml.apache.org Subject: RE: building requires network connection X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-ID: Sender: "James M Snell" Date: Tue, 6 Nov 2001 09:15:25 -0800 X-MIMETrack: Serialize by Router on D03NM035/03/M/IBM(Release 5.0.8 |June 18, 2001) at 11/06/2001 10:15:26 AM, Serialize complete at 11/06/2001 10:15:27 AM, Serialize by Router on D03NM035/03/M/IBM(Release 5.0.8 |June 18, 2001) at 11/06/2001 10:15:27 AM MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This combined with Sanjiva's suggestion of caching the latest WSDL's locally I think are good options. Making the network option default would gell well with Rob J. comments that the tests *should* be done over the network but this would at least give us the option to switch to an offline mode. - James M Snell/Fresno/IBM Web services architecture and strategy Internet Emerging Technologies, IBM 544.9035 TIE line 559.587.1233 Office 919.486.0077 Voice Mail jasnell@us.ibm.com ================================================================= Have I not commanded you? Be strong and courageous. Do not be terrified, do not be discouraged, for the Lord your God will be with you wherever you go. - Joshua 1:9 Please respond to axis-dev@xml.apache.org To: axis-dev@xml.apache.org cc: Subject: RE: building requires network connection I'd +1 YAO, with caveats. The 'official' build doesn't have any problems with network connections, does it? Only individuals? I'd say the default should be to go to the network, and there should be a switch to turn off the network tests. If we have a set of tests that aren't run by default, then they are likely to become forgotten tests. Russell Butek butek@us.ibm.com James M Snell/Fresno/IBM@IBMUS@IBMUS on 11/06/2001 10:39:09 AM Please respond to axis-dev@xml.apache.org To: axis-dev@xml.apache.org cc: Subject: RE: building requires network connection +1 .... or, Yet another option (YAO) would be to have a build switch for using local or using network. - James M Snell/Fresno/IBM Web services architecture and strategy Internet Emerging Technologies, IBM 544.9035 TIE line 559.587.1233 Office 919.486.0077 Voice Mail jasnell@us.ibm.com ================================================================= Have I not commanded you? Be strong and courageous. Do not be terrified, do not be discouraged, for the Lord your God will be with you wherever you go. - Joshua 1:9 Please respond to axis-dev@xml.apache.org To: "'axis-dev@xml.apache.org'" cc: Subject: RE: building requires network connection If testing this stuff is going to be part of the Axis unit or functional tests, it should be local, or at least fail gracefully in the face of no network connection. My preference would be to have local WSDL which tests all the features, and include the networked interop tests as samples which aren't integrated with our test platform. --Glen > -----Original Message----- > From: Russell Butek [mailto:butek@us.ibm.com] > Sent: Tuesday, November 06, 2001 11:05 AM > To: axis-dev@xml.apache.org > Subject: Re: building requires network connection > > > The reason the tests depend on the network is that some of > our test WSDL > are 'out there', like the interop tests. We COULD make copies of them > locally, but then if the original WSDL changes, we'd never > test the new > stuff. > > Russell Butek > butek@us.ibm.com > > > Doug Davis/Raleigh/IBM@IBMUS on 11/06/2001 09:57:10 AM > > Please respond to axis-dev@xml.apache.org > > To: axis-dev@xml.apache.org > cc: > Subject: building requires network connection > > > > The build now requires a network connection - in particular > it looks like hosts like: www.xmethod.net are needed. > > main: > [wsdl2java] java.net.UnknownHostException: www.xmethods.net > > Is this really needed or is there a work around? Can we switch > it to use localhost instead? > -Dug > > > >