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 bu...@apache.org on 2003/05/12 05:29:45 UTC

DO NOT REPLY [Bug 19836] New: - Exception in service constructor makes future SOAP calls hang

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=19836>.
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=19836

Exception in service constructor makes future SOAP calls hang

           Summary: Exception in service constructor makes future SOAP calls
                    hang
           Product: Axis
           Version: 1.0-rc2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: mark-apache@inomial.com


I have found a reproducable issue where if the constructor for a web service
deployed using WSDD throws an exception then subsequent SOAP calls to methods of
that class just hang with no response from Axis.

This only happens when the service scope is "session".

(At this time I don't have any code that I can submit here but it's pretty
simple to reproduce).