Problem in close_wait with invokeoneway
---------------------------------------

         Key: AXIS-2430
         URL: http://issues.apache.org/jira/browse/AXIS-2430
     Project: Apache Axis
        Type: Bug
  Components: Basic Architecture  
    Versions: 1.2.1, 1.3    
 Environment: Linux suse 2.6-5-7.244, JBoss 3.2
    Reporter: Rogelio Pérez


When we use operations with no parameters in the response, and we run the test 
case generated by wsdsl2java we can see that the connections remains at 
CLOSE_WAIT state in the client side until we kill the process. We have debugged 
the response headers from the server and there are differences written below , 
however when we use operations with parameters in the response the connections 
are closed fine.


Response headers with no problems in the connections.

HTTP/1.1 200 OK
X-Powered-By: Servlet 2.4; Tomcat-5.0.28/JBoss-3.2.6 (build: CVSTag=JBoss_3_2_6 
date=200410140106)
Content-Type: text/xml;charset=utf-8
Date: Thu, 09 Mar 2006 14:28:14 GMT
Server: Apache-Coyote/1.1
Connection: close

Response headers in the bug case.

HTTP/1.1 202 Accepted
X-Powered-By: Servlet 2.4; Tomcat-5.0.28/JBoss-3.2.6 (build: CVSTag=JBoss_3_2_6 
date=200410140106)
Content-Length: 0
Date: Thu, 09 Mar 2006 14:29:21 GMT
Server: Apache-Coyote/1.1
Connection: close


  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to