Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 69702 invoked from network); 9 Jun 2007 19:35:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2007 19:35:01 -0000 Received: (qmail 94311 invoked by uid 500); 9 Jun 2007 19:34:53 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 94263 invoked by uid 500); 9 Jun 2007 19:34:52 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 94226 invoked by uid 99); 9 Jun 2007 19:34:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 12:34:52 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 12:34:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CBC7E7141FE for ; Sat, 9 Jun 2007 12:34:26 -0700 (PDT) Message-ID: <7416565.1181417666832.JavaMail.jira@brutus> Date: Sat, 9 Jun 2007 12:34:26 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-1363) RPCInOutAsyncMessageReceiver mis behaviour In-Reply-To: <17829507.1160717739357.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503114 ] Davanum Srinivas commented on AXIS2-1363: ----------------------------------------- DO we need to fix this for 1.3? > RPCInOutAsyncMessageReceiver mis behaviour > ------------------------------------------ > > Key: AXIS2-1363 > URL: https://issues.apache.org/jira/browse/AXIS2-1363 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: kernel > Affects Versions: 1.1 > Reporter: Ruwan Linton > Assignee: Thilina Gunarathne > Priority: Blocker > > RPCInOutAsyncMessageReceiver is sending 202 Accepted HTTP response when a request comes and then send the actual response with the 200 OK HTTP response. This is correct if the client is listning in a seperate channel for the response. > But if the client is listning for the response in the same channel this scenario is not going to work and that is why I got the exception in the AXIS2 1357. In this case client is trying to get the message of the 202 Accepted response and throws NPE since it doesn't posses any message body. > > For the clarity I am attaching the TCPMon out put: > request: > POST /axis2-1.1-RC1/services/test HTTP/1.1 > SOAPAction: "" > User-Agent: Axis2 > Host: 127.0.0.1 > Transfer-Encoding: chunked > Content-Type: text/xml; charset=UTF-8 > 112 > > > > > > > 0 > response: > HTTP/1.1 202 Accepted > Server: Apache-Coyote/1.1 > Set-Cookie: JSESSIONID=DD629528CC78F40E98858EFF0E85A164; Path=/axis2-1.1-RC1 > Content-Type: text/xml;charset=UTF-8 > Content-Length: 0 > Date: Fri, 13 Oct 2006 05:10:41 GMT > HTTP/1.1 200 OK > Server: Apache-Coyote/1.1 > Content-Type: text/xml;charset=UTF-8 > Transfer-Encoding: chunked > Date: Fri, 13 Oct 2006 05:10:51 GMT > 15a > > > > > > asasas > sdsds > > > > I think the problem is in AbstractInOutAsyncMessageReceiver. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org