Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 48842 invoked from network); 2 Feb 2007 23:49:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 23:49:30 -0000 Received: (qmail 92283 invoked by uid 500); 2 Feb 2007 23:49:32 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 92241 invoked by uid 500); 2 Feb 2007 23:49:32 -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 92230 invoked by uid 99); 2 Feb 2007 23:49:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 15:49:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Fri, 02 Feb 2007 15:49:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 945EF71408A for ; Fri, 2 Feb 2007 15:49:05 -0800 (PST) Message-ID: <14093860.1170460145568.JavaMail.jira@brutus> Date: Fri, 2 Feb 2007 15:49:05 -0800 (PST) From: "Rich Scheuerle (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-2093) JAX-WS Dispatch/Provider Corner Cases In-Reply-To: <1801804.1170459605501.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-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-2093. ----------------------------------- Resolution: Fixed Committed revision 502800. > JAX-WS Dispatch/Provider Corner Cases > ------------------------------------- > > Key: AXIS2-2093 > URL: https://issues.apache.org/jira/browse/AXIS2-2093 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Reporter: Rich Scheuerle > Attachments: patch.txt > > > I am adding some additional tests and validating code for Dispatch/Provider corner cases. > For example, what should happen if the client does the following > Dispatch dispatch = .... > String response = dispatch.invoke(null); > or > Dispatch dispatch = .... > String response = dispatch.invoke(""); > or > Dispatch dispatch = .... > String response = dispatch.invoke(""); > I will be providing a fix soon. -- 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