Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 40714 invoked from network); 17 Apr 2007 18:19:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2007 18:19:39 -0000 Received: (qmail 9431 invoked by uid 500); 17 Apr 2007 18:19:43 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 9372 invoked by uid 500); 17 Apr 2007 18:19:42 -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 9350 invoked by uid 99); 17 Apr 2007 18:19:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 11:19:42 -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; Tue, 17 Apr 2007 11:19:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 811F571406C for ; Tue, 17 Apr 2007 11:19:15 -0700 (PDT) Message-ID: <4586587.1176833955526.JavaMail.jira@brutus> Date: Tue, 17 Apr 2007 11:19:15 -0700 (PDT) From: "Lin Sun (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-3012) Axis: fix jaxws-war client invocation failure after moving to xbeans In-Reply-To: <7758945.1174675832495.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/GERONIMO-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun closed GERONIMO-3012. ----------------------------- This has been checked in. > Axis: fix jaxws-war client invocation failure after moving to xbeans > -------------------------------------------------------------------- > > Key: GERONIMO-3012 > URL: https://issues.apache.org/jira/browse/GERONIMO-3012 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: webservices > Affects Versions: 2.0-M5 > Environment: winxp + sun 1.5 > Reporter: Lin Sun > Fix For: 2.0-M5 > > Attachments: G3012.patch > > > When the jaxws-war test ran, the third test will fail, caused by NPE. The NPE is caused by > HandlerChainsDocument.Factory.parse(this.handlerChainsXML).getHandlerChains(); > It is possible that this.handlerChainsXML is null, which is the case for the jaxws-war test as we didn't specifiy any ServiceRefHandlerChainsType for client. The patch will simply return null as there is no need to call HandlerChainsDocument.Factory.parse when this.handlerChainsXML is null. > With this patch (and latest change Jarek checked in), all 3 tests of jaxws-war run fine. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.