Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 93203 invoked from network); 19 Jul 2005 19:46:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2005 19:46:33 -0000 Received: (qmail 4638 invoked by uid 500); 19 Jul 2005 19:46:25 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 4583 invoked by uid 500); 19 Jul 2005 19:46:25 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 4560 invoked by uid 99); 19 Jul 2005 19:46:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2005 12:46:08 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id BE035E9 for ; Tue, 19 Jul 2005 21:45:49 +0200 (CEST) Message-ID: <213484364.1121802349776.JavaMail.jira@ajax.apache.org> Date: Tue, 19 Jul 2005 21:45:49 +0200 (CEST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-768) doc/lit wrapped ws operation results in NPE if method has no parameters In-Reply-To: <1465804538.1121494869736.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-768?page=all ] David Jencks closed GERONIMO-768: --------------------------------- fixed in M4 branch Sending modules/axis-builder/src/java/org/apache/geronimo/axis/builder/HeavyweightOperationDescBuilder.java Transmitting file data . Committed revision 219764. > doc/lit wrapped ws operation results in NPE if method has no parameters > ----------------------------------------------------------------------- > > Key: GERONIMO-768 > URL: http://issues.apache.org/jira/browse/GERONIMO-768 > Project: Geronimo > Type: Bug > Components: webservices > Versions: 1.0-M3 > Reporter: David Jencks > Assignee: David Jencks > Fix For: 1.0-M5 > > in doc/lit wrapped, an operation with no parameters corresponds to an element with no content such as > > > > > > > This results in an NPE on line 232 of HeavyweightOperationDescBuilder after: > SchemaType operationType = (SchemaType) schemaInfoBuilder.getComplexTypesInWsdl().get(name); > Set expectedInParams = new HashSet(); > // schemaType should be complex using xsd:sequence compositor > SchemaParticle parametersType = operationType.getContentModel(); > there is no content model -- 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