Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 40306 invoked by uid 500); 3 Oct 2002 11:30:13 -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 40297 invoked from network); 3 Oct 2002 11:30:13 -0000 Importance: Normal Sensitivity: Subject: [VOTE] Bug 13242 merged into 1.0 To: axis-dev@xml.apache.org X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 Message-ID: From: Doug Davis Date: Thu, 3 Oct 2002 07:30:12 -0400 X-MIMETrack: Serialize by Router on D03NM119/03/M/IBM(Release 6.0|September 26, 2002) at 10/03/2002 05:30:12 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'd like to have this one merged into the 1.0 base because without this change its a regression/change in behavior and the user has no way of changing it back. This fix is very low risk since its pretty much just added a getter/setter and restoring SimpleAxisServer to its Beta3 behavior. My vote: +1 . -Dug bugzilla@apache.org on 10/03/2002 07:26:19 AM Please respond to axis-dev@xml.apache.org To: axis-dev@xml.apache.org cc: Subject: DO NOT REPLY [Bug 13242] New: - SimpleAxisServer's 'start' doesn't return anymore DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13242 SimpleAxisServer's 'start' doesn't return anymore Summary: SimpleAxisServer's 'start' doesn't return anymore Product: Axis Version: current (nightly) Platform: All OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Basic Architecture AssignedTo: axis-dev@xml.apache.org ReportedBy: dug@us.ibm.com In Beta 3 SimpleAxisServer's start method used to return (spawn a thread). Since then it was changed to be based on a doThread flag but there is no way to set this flag w/o going through main() - which some people may not do (ie. (new SimpleAxisServer()).start() ). Fix: Change doThreads's default value to 'true' to match old behavour Add get/setDoThreads methods so that people can change the default. I marked this as a block/critical because this is a regression in the sense that it is a change in Axis behavour with no way for the user to switch it back (and of course it blocks us :-)