You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Doug Davis <du...@us.ibm.com> on 2002/10/03 13:30:12 UTC

[VOTE] Bug 13242 merged into 1.0





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
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13242>.
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  :-)